0 purchases
jdbcwrapper 0.1.0
jdbc-wrapper
warning
This is a library I created for my own practice.
If you want to find a proper library,
try psycopg (aka psycopg3) for postgresql,
pyodbc and aioodbc for mssql,
pysqlite and aiosqlite for sqlite.
how to install
$ pip install jdbc-wrapper
# or
$ pip install "jdbc-wrapper[asyncio]"
# or
$ pip install "jdbc-wrapper[sqlalchemy]"
how to use
see examples
TODO
more tests
support mssql
postgresql thread test in github action(why..?)
support mssql(macos m1 docker issue...)
more sqlalchemy dialect
datetime, date, time type issue
License
MIT, see LICENSE.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.