This package can help you using sqlite3 library much easier and faster.
Project description
simple_sqlite
It is a fast and convenience package that can help you using sqlite3 library much easier and faster.
Installation
Use the package manager pip to install simple_sqlite.
pip install simple-sqlite
Usage
This example shows how you can use this library to create database.
from simple_sqlite import SimpleSqlite
ssql = SimpleSqlite('basic.db')
result, message = ssql.create_database()
Contributing
Always suggest creating new methods. Open an issue first to discuss what you would like to add.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
simple_sqlite-2.1.1.tar.gz
(7.0 kB
view details)
File details
Details for the file simple_sqlite-2.1.1.tar.gz
.
File metadata
- Download URL: simple_sqlite-2.1.1.tar.gz
- Upload date:
- Size: 7.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.0 pkginfo/1.7.0 requests/2.23.0 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ece643fc0b3e95558a1ffc1db86ba26566926c32e05f1c575c71382f9ca97416 |
|
MD5 | fb301f962e10b0f75989d82a802b1bf2 |
|
BLAKE2b-256 | 39a7e3ea6ec327e7640672a1e452f44dbaec6ca7dd56736895c9f78be25863a3 |