Maintain sqlite3 databases easily and without MYSQL syntax
Project description
lite3
It helps to create an sqlite3 database easily and maintainable without MYSQL syntax with just using simple familar python functions with the same names as sqlite3 python builtin module.
Installation
'''pip install lite3'''
Documentation
'''https://lite3.herokuapp.com/'''
Usage
'''python import lite3
db = lite3.lite('customers.db', 'connect', 'cursor')
table = 'Common' cols = ['name', 'gender']
db.execute(table, cols)
creates a database with a Table name common with two columns
'''
Change Log
0.0.1 (11/02/2021)
- First Release
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file lite3-0.0.1.tar.gz.
File metadata
- Download URL: lite3-0.0.1.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.22.0 setuptools/51.3.3 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
26bfc7f37fc9fd143468102505b5ac4465b2f4fdc5276c6aba18f587980db4e3
|
|
| MD5 |
72c0b94e5b30ef979073996e5ba200f0
|
|
| BLAKE2b-256 |
add58dfa361603b6a274d3c90495536254fee569b60e15bfbf87985125c362dc
|
File details
Details for the file lite3-0.0.1-py3-none-any.whl.
File metadata
- Download URL: lite3-0.0.1-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.22.0 setuptools/51.3.3 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
753b483de741e5096c72ab5f045b3c549e2e366ad0063708e42797859c7d8bff
|
|
| MD5 |
7c304aa18a981ab8b5ebb99ed31e3d94
|
|
| BLAKE2b-256 |
5307163cdc02fa07927efdceec32491463a1b4c2b5f25c9794e3cdfd0e204d02
|