This repository was archived by the owner on Jun 11, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11sqlalchemy-libsql
22=================
33
4- A `LibSQL<https://libsql.org/> `_ dialect for SQLAlchemy.
4+ A `LibSQL <https://libsql.org/ >`_ dialect for SQLAlchemy.
55
66This dialect requires SQLAlchemy 2.0 or later.
77
@@ -35,10 +35,10 @@ secure WebSockets (``wss://``) to connect to the remote server.
3535Development
3636-----------
3737
38- This project uses `poetry<https://python-poetry.org/> `_, can be tested with
39- `pytest<https://pytest.org/> `_ and should be checked with
40- `pre-commit<https://pre-commit.com/> `_. A
41- `pure-python<https://github.com/libsql/hrana-test-server> `_ test server is used
38+ This project uses `poetry <https://python-poetry.org/ >`_, can be tested with
39+ `pytest <https://pytest.org/ >`_ and should be checked with
40+ `pre-commit <https://pre-commit.com/ >`_. A
41+ `pure-python <https://github.com/libsql/hrana-test-server >`_ test server is used
4242as a submodule::
4343
4444 git clone https://github.com/libsql/sqlalchemy-libsql.git
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ addopts = "--tb native -v -r sfxX --maxfail=25 -p no:warnings"
77
88[tool .poetry ]
99name = " sqlalchemy-libsql"
10- version = " 0.1.0-pre "
10+ version = " 0.1.0"
1111authors = [
1212 " Douglas Montes <dmontes@chiselstrike.com>" ,
1313 " Gustavo Sverzut Barbieri <barbieri@profusion.mobi>" ,
You can’t perform that action at this time.
0 commit comments