> For the complete documentation index, see [llms.txt](https://wasin-silakong.gitbook.io/corgidb-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wasin-silakong.gitbook.io/corgidb-docs/corgidb.md).

# CorgiDB

Introduction

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

![](https://977747734-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4DwupybXZIewpHREZ9In%2Fuploads%2FcCnv1DNttTLZGT6y1OqH%2FCorgidb%20logo.png?alt=media\&token=f4771a8b-b906-4a37-a170-e73b385b2ef6)

CorgiDB developed with a beginner friendly syntax in mind

## Installation

You can simply use **pip** to download and install corgidb.&#x20;

&#x20;<https://pypi.org/project/corgidb/>

```bash
# Python3.6+
pip install corgidb
```
