Skip to main content

Simple Database Management System

Project description

Build Status

mbdb

Simple Database Management System.

Installation

$ python setup.py install

Usage

from mbdb.mbdb import mbdb

db = mbdb('table-name', 'table-path')
db.exec('create table users (id number, name string)')
db.exec('insert into users values (1, John)')
db.exec('select * from users')

Testing

$ python -m unittest discover
$ tox

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mbdb-0.5.tar.gz (5.5 kB view hashes)

Uploaded Source

Built Distribution

mbdb-0.5-py3-none-any.whl (7.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page