CorgiDB Docs
  • CorgiDB
  • Installation
  • Quickstart
  • class CorgiDB
    • CorgiDB.utils.create_table
    • CorgiDB.utils.get_table
    • CorgiDB.utils.delete_table
  • objects Package
    • class Table
      • corgidb.objects.Table.cols
      • corgidb.objects.Table.delete
      • corgidb.objects.Table.get
      • corgidb.objects.Table.insert
      • corgidb.objects.Table.update
      • corgidb.objects.Table.remove
    • class Condition
    • class DataChunk
Powered by GitBook
On this page

CorgiDB

Introduction

NextInstallation

Last updated 2 years ago

CorgiDB is a python sqlite3 wrapper enabling users to rapidly develop python based SQLite database system without writing Cliché SQL commands

CorgiDB developed with a beginner friendly syntax in mind

Installation

You can simply use pip to download and install corgidb.

# Python3.6+
pip install corgidb

https://pypi.org/project/corgidb/