Skip to content

mikeboers/dbapix

Repository files navigation

DB-API X

dbapix is a unification of, and extension to, several DB-API 2.0 drivers.

Read the docs, and have fun.

Testing

For first time setup (on macOS):

brew install postgresql
createdb dbapix

brew install mariadb
mysql.server start
sudo mysql <<EOF
    create database dbapix;
    create user dbapix@localhost identified by 'dbapix';
    grant all on dbapix.* to dbapix@localhost;
EOF

In each session:

source env.sh

About

A unification of, and extension to, several DB-API 2.0 drivers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published