Skip to main content

Python class for working with sqlite databases.

Project description

SQLiteMinor is a simple Python class for reading- and deleting from, updating and adding to a table in an sqlite database.

The SQLiteMinor object provides basic database table access functionality without the need for writing any sql statements, writing code for connection and cursor objects, etc. The operations are handled with simple method calls on the object. The functionality is also limited, as the sql statements which are used to work with the database are mostly fixed; therefore the name of this module is “minor”.

The main goal of writing this module was to provide a means of working with sqlite databases without the user/developer having to actually write any sql or python code which directly executes it. Instead, the object and methods make what is hopefully a cleaner and more intuitive interface. Naturally there is also the advantage of having most or all the sql/python database code needed in one class.

This module was written as a companion to the sqlitemgr module (https://github.com/aescwork/sqlitemgr).

This module was originally conceived for the waxtablet Python application, along with the FileWork module (https://github.com/aescwork/filework) and the sqlitemgr module (https://github.com/aescwork/sqlitemgr).

Complete documentation for this module is available in the docs/html directory of this repository.

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

sqliteminor-1.2.0.tar.gz (8.1 kB view details)

Uploaded Source

Built Distribution

sqliteminor-1.2.0-py2.py3-none-any.whl (9.4 kB view details)

Uploaded Python 2Python 3

File details

Details for the file sqliteminor-1.2.0.tar.gz.

File metadata

  • Download URL: sqliteminor-1.2.0.tar.gz
  • Upload date:
  • Size: 8.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for sqliteminor-1.2.0.tar.gz
Algorithm Hash digest
SHA256 7b5778c5f87affaec02f6684dcc9ac01f7cd0fdc09b879642a554521994a86a3
MD5 817452314cd31ce7a4676ecf1e01fffe
BLAKE2b-256 e720edd1e88cec538de9af7e0e02730733b55acbc14362e53fb0f50cfdbf92ef

See more details on using hashes here.

File details

Details for the file sqliteminor-1.2.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for sqliteminor-1.2.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 0efe360491bcf6e2cf79f677b72407fff9479aff8c984f671c478589b39a7c07
MD5 347d7d07550aceeea005f25643aaa301
BLAKE2b-256 4ca4c77912fa21981bc8f8323e55b962e75def7f9aa80538a73ebc54461d2c2f

See more details on using hashes here.

Supported by

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