Skip to main content

The cross-platform tool to work with SQLite3 database

Project description

PyPI version Build Status

SQLiteTool

The cross-platform sqlite3 based tool to work with SQLite database.

SQLiteTool can:

  • Execute custom SQL query
  • Select (returns list)
  • Delete
  • Insert
  • Insert many
  • Create database (not implemented)
  • Update database (not implemented)
  • Get cursor to access to low-level original sqlite3 methods.

Installation

For most users, the recommended method to install is via pip:

pip install psqlite

Import

from pysqlite3tool import SQLiteTool

Helpful predefined methods

  • insert
  • select
  • delete

...

CHANGELOG

  • 0.0.1a (8.01.2020) Initial commit. The first alpha

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

pysqlite3tool-0.0.1a0.tar.gz (3.6 kB view hashes)

Uploaded Source

Built Distribution

pysqlite3tool-0.0.1a0-py3-none-any.whl (4.4 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