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 hashes)

Uploaded Source

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