Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

error-simplesqlite-0.0.1.tar.gz (2.2 kB view details)

Uploaded Source

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

Hashes for error-simplesqlite-0.0.1.tar.gz
Algorithm Hash digest
SHA256 0c74f1b9d90864095f3673603c46d48ece848c398c89b23ca3f8e81a29455f0d
MD5 83d842728b2eb0bc14cd0146fbceddeb
BLAKE2b-256 4ca2aa1007a1e8770904aa3e59ed3fe8e6a2eed181ff35ba22bf9b5ce1fe1ec6

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page