Skip to main content

Easy storage handler

Project description

@useTable("example_str")
class TExampleStr(EZsqlite):
    id : key.str
    string : str = None
    integer : int
    number : float
    boolean : bool
    date : datetime


@useTable("example_auto")
class TExampleAuto(EZsqlite):
    id : key.auto
    string : str
    integer : int
    number : float
    boolean : bool
    date : datetime

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

ezstorages-0.0.5.tar.gz (2.0 kB view hashes)

Uploaded Source

Built Distribution

ezstorages-0.0.5-py3-none-any.whl (3.5 kB view hashes)

Uploaded Python 3

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