supersqlite
supersqlite copied to clipboard
A supercharged SQLite library for Python
Is supersqlite enable loading sqlite extensions? What can cause this error: >>> from supersqlite import sqlite3 as sqlite33 >>> conn33=sqlite33.connect("mydbfile.db") >>> conn33.enable_load_extension(True) Traceback (most recent call last): File "", line...
Hello, I try to install supersqlite from pip and conda. I can use ``` docker run -it ubuntu # then apt-get update ; \ apt-get install -y python-apsw python3 python3-pip...
pip install of supersqlite is broken due to a typo in a requirement name: `lsb-db` should actually be `lsm-db`. This also resolves https://github.com/plasticityai/supersqlite/issues/5
It would be very convenient to have this library available on [conda-forge](https://conda-forge.org/) so it could be installed with the Conda package manager, which is ideal for packages with binary dependencies....
### Description It seems current `requirements.txt` is either outdated or contains a typo in https://github.com/plasticityai/supersqlite/blob/d74da749c6fa5df021df3968b854b9a59f829e17/requirements.txt#L1 When trying to `pip install lsb-db==0.6.4` I get following error ``` Could not find a...
Will this lib support `async` `await` usage? And, hope complete documentation will come soon. Thanks for your effort, this lib is pretty good.
Closes #3
There is a small typo in README.md. Should read utilities rather than utilties.