Simplesqlite is a sqlite3 based python library that provides a simple interface to communicate with a sqlite database
Project description
SimpleSQLite Library
Simplesqlite is a sqlite3 based python library that provides a simple interface to communicate with a sqlite database
from simplesqlite import SSQLite, Field
def example():
db = SSQLite()
db.create('user', Field('name').primary().text(), Field('age').integer().null())
db.insert('user', {
"name": "Carlos1",
"age": 24
})
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 error-simplesqlite-0.0.1.tar.gz
.
File metadata
- Download URL: error-simplesqlite-0.0.1.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0c74f1b9d90864095f3673603c46d48ece848c398c89b23ca3f8e81a29455f0d |
|
MD5 | 83d842728b2eb0bc14cd0146fbceddeb |
|
BLAKE2b-256 | 4ca2aa1007a1e8770904aa3e59ed3fe8e6a2eed181ff35ba22bf9b5ce1fe1ec6 |