1. SimpleSQLite

PyPI package version Supported Python versions Supported Python implementations CI status of Linux/macOS/Windows CodeQL Test coverage

1.1. Summary

SimpleSQLite is a Python library to simplify SQLite database operations: table creation, data insertion and get data as other data formats. Simple ORM functionality for SQLite.



1.2. Features

2. Installation

2.1. Install from PyPI

pip install SimpleSQLite

2.2. Install from PPA (for Ubuntu)

sudo add-apt-repository ppa:thombashi/ppa
sudo apt update
sudo apt install python3-simplesqlite

3. Dependencies

3.1. Optional Dependencies