MS SQL
Microsoft SQL Server is a relational database management system developed by Microsoft, designed for enterprise-level data storage, management, and analytics with robust security and scalability features. Read more here.
Example Usage
Make sure you have MS SQL installed and configured. Then, you can connect it straight into Better Auth.
For more information, read Kysely's documentation to the MssqlDialect.
Schema generation & migration
The Better Auth CLI allows you to generate or migrate your database schema based on your Better Auth configuration and plugins.
MS SQL Schema Generation | MS SQL Schema Migration |
---|---|
✅ Supported | ✅ Supported |
Additional Information
MS SQL is supported under the hood via the Kysely adapter, any database supported by Kysely would also be supported. (Read more here)
If you're looking for performance improvements or tips, take a look at our guide to performance optimizations.