Microsoft SQL Server
Currently, Microsoft SQL Server (MSSQL) is supported through the tbls integration. While direct MSSQL support is not yet implemented, you can use tbls as a workaround to generate schema documentation for your MSSQL database.
Using tbls with Microsoft SQL Server
-
First, install tbls by following the installation instructions
-
Use tbls to generate a schema.json file from your MSSQL database:
Replace the following with your database details:
dbuser
: Your MSSQL usernamedbpass
: Your MSSQL passwordhostname
: Your database host (e.g., localhost)1433
: Port number (default is 1433)dbname
: Your database name
- Use the generated schema.json with Liam:
You can find sample implementations for this case on GitHub:
- GitHub Actions: .github/workflows/mssql-with-tbls.yml
- tbls project: samples/mssql-with-tbls
For more details about using tbls format, see the tbls documentation.
Direct MSSQL Support
Direct MSSQL support is planned but not yet implemented. If you're interested in this feature, please follow or contribute to the discussion on GitHub.