Privacy Policy
Data we collect
NONE
The app does not include analytics, crash reporting, telemetry, ads, advertising identifiers, tracking pixels, or any form of usage reporting. There is no account to create. You do not sign in. We have no way of knowing who our users are or how many there are.
Data stored on your device
NONE, ONCE THE APP CLOSES
While the app is running, your connection details (server address, port, username, password, database name) are held in your computer's memory for the duration of your session. When you close the app, all of this is released and gone. The app does not write connection details, passwords, or query history to any file on disk.
This is a deliberate design choice. We believe database credentials are sensitive enough that they should not persist across application launches. You re-enter them each session.
Network activity
The app opens network connections only to
SQL Servers you explicitly specify in the connection dialog. When you
enter your-sql-server:1433, the app connects directly from your
device to that server. No data is routed through any server controlled by us
— because we do not operate any servers.
The app does not make any other network requests. It does not phone home, check for updates, download configurations, or contact any third-party service.
Your SQL queries and query results
Whatever T-SQL you write and whatever results the database returns remain on your device and on the database server you're connecting to. We have no access to either side.
Your rights under GDPR, DPDP Act, CCPA, etc.
Since we do not collect, store, or process your data in any way, there is nothing to request, export, correct, or delete. The strongest privacy guarantee is the absence of data.
Children
This tool is intended for database professionals and is not directed at children under 13.
Changes to this policy
If this policy materially changes, we will update the "Last updated" date above. Because we have no user accounts or contact information, we cannot notify you directly; please check this page periodically.
Contact
Questions: hello@yourdomain.com
Technical details for the curious
- Built with .NET MAUI Blazor Hybrid as a packaged Windows application
- SQL driver: Microsoft.Data.SqlClient running in-process on your device
- Connection details held in standard managed memory; released on app exit
- Zero third-party SDKs for analytics, advertising, or tracking
- Distributed exclusively through the Microsoft Store