Skip to content
This repository was archived by the owner on Jun 11, 2025. It is now read-only.

Commit b62e3d6

Browse files
committed
first release: 0.1.0
1 parent fa230a7 commit b62e3d6

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
sqlalchemy-libsql
22
=================
33

4-
A `LibSQL<https://libsql.org/>`_ dialect for SQLAlchemy.
4+
A `LibSQL <https://libsql.org/>`_ dialect for SQLAlchemy.
55

66
This dialect requires SQLAlchemy 2.0 or later.
77

@@ -35,10 +35,10 @@ secure WebSockets (``wss://``) to connect to the remote server.
3535
Development
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
4242
as a submodule::
4343

4444
git clone https://github.com/libsql/sqlalchemy-libsql.git

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ addopts = "--tb native -v -r sfxX --maxfail=25 -p no:warnings"
77

88
[tool.poetry]
99
name = "sqlalchemy-libsql"
10-
version = "0.1.0-pre"
10+
version = "0.1.0"
1111
authors = [
1212
"Douglas Montes <dmontes@chiselstrike.com>",
1313
"Gustavo Sverzut Barbieri <barbieri@profusion.mobi>",

0 commit comments

Comments
 (0)