Page cover image

DirectDB

A simple library that makes handling SQL databases in python easy without the need to understand the syntax. The library would act like an interface between your code and the database server parsing.

Installation

pip install directdb

Current Supported Databases

  • PostgreSQL

  • SQLite

Last updated