You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This package makes SQLAlchemy to work with SQLite Cloud.
3
+
This package enables SQLAlchemy to work seamlessly with SQLite Cloud. The dialect is built upon the existing `sqlite` dialect in SQLAlchemy.
4
4
5
-
The dialect is based on the `sqlite` dialect included in SQLAlchemy.
5
+
## Beta Version
6
6
7
-
## Beta version
7
+
This dialect is in its early stages and is compatible with Python >= 3.6.
8
8
9
-
This dialect is an early version and it works on Python >= 3.6.
9
+
**Note:** It has been tested only `SQLAlchemy 1.4`.
10
10
11
-
**Tested only on `Python 3.6` and `SQLAlchemy 1.4`.**
11
+
The dialect has undergone testing against the SQLAlchemy `test_suite`, as outlined in the [official documentation](https://github.com/sqlalchemy/sqlalchemy/blob/rel_1_4_53/README.dialects.rst).
12
12
13
-
The dialect as been tested against the SQLAlchemy `test_suite` as reported in the [documentation](https://github.com/sqlalchemy/sqlalchemy/blob/rel_1_4_53/README.dialects.rst).
13
+
You can track the progress of the remaining test issues [in this issue](https://github.com/sqlitecloud/sqlitecloud-py/issues/21#issuecomment-2305162632).
14
14
15
-
You can follow the status of the tests that are still failing [in the dedicated issue](https://github.com/sqlitecloud/sqlitecloud-py/issues/21#issuecomment-2305162632).
15
+
_The same tests failed and passed on both Python 3.6 and Python 3.11._
0 commit comments