Skip to main content
Tamery accepts both mssql:// and sqlserver:// (identical behavior):

Azure SQL

Use your .database.windows.net hostname. Azure SQL requires encryption.

SSL / TLS

Both default to true when unset. Local with self-signed cert:
Production / Azure SQL:
For a named instance like SQLEXPRESS, URI-encode the backslash: localhost%5CSQLEXPRESS. When in doubt, use 127.0.0.1 with the explicit port.