Skip to content

Commit

Permalink
feat: add mssql support to the repository (#2321)
Browse files Browse the repository at this point in the history
  • Loading branch information
cofin authored Sep 23, 2023
1 parent 41491f5 commit 645e41e
Show file tree
Hide file tree
Showing 4 changed files with 70 additions and 68 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ repos:
sqlalchemy>=2.0.12,
starlette,
structlog,
advanced-alchemy==0.1.1,
advanced-alchemy==0.2.0,
time-machine,
types-beautifulsoup4,
types-python-jose,
Expand Down Expand Up @@ -176,7 +176,7 @@ repos:
rich,
rich-click,
sqlalchemy>=2.0.12,
advanced-alchemy==0.1.1,
advanced-alchemy==0.2.0,
starlette,
structlog,
time-machine,
Expand Down
1 change: 1 addition & 0 deletions docs/usage/databases/sqlalchemy/models_and_repository.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Features
- Oracle via `oracledb <https://oracle.github.io/python-oracledb/>`_
- Google Spanner via `spanner-sqlalchemy <https://github.com/googleapis/python-spanner-sqlalchemy/>`_
- DuckDB via `duckdb_engine <https://github.com/Mause/duckdb_engine>`_
- Microsoft SQL Server via `pyodbc <https://github.com/mkleehammer/pyodbc>`_

Basic Use
---------
Expand Down
Loading

0 comments on commit 645e41e

Please sign in to comment.