A minimalist SQLite wrapper library for Python which supports ORM features.
Project description
Puchikarui
A minimalist SQLite wrapper library for Python 3 which supports ORM features. It is available on PyPI and can be installed using pip.
`bash pip install puchikarui # or with python -m pip python -m pip install puchikarui python3 -m pip install puchikarui `
To run demo, please try this script: `bash python3 puchikarui.demo.py `
# Why puchikarui Puchikarui is NOT an ORM library. If you want ORM features, please consider https://github.com/coleifer/peewee or https://www.sqlalchemy.org/. Puchikarui is a helper library which provides helper functions to work with SQLite database directly (less magic and more control).
Changes
- 2018-03-03
Auto expanduser path.
- 2018-01-24
First release to PyPI
- 2015-09-09
Reorganise project structure
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
File details
Details for the file puchikarui-0.1a3.tar.gz
.
File metadata
- Download URL: puchikarui-0.1a3.tar.gz
- Upload date:
- Size: 10.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.2 pkginfo/1.4.2 requests/2.20.0 setuptools/40.8.0 requests-toolbelt/0.8.0 tqdm/4.37.0 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9395f823b00cca98fb7e35fbbff6692acb16e00f04485d49363c94bf28258e94 |
|
MD5 | 7ba15f6ff5a14a495fe6e6b9e74717e4 |
|
BLAKE2b-256 | 22d0c8bc9694bedba0bdcb853c5664a00e2354eb870c8de3e5f4a4e520c089c9 |