Simple Database Management System
Project description
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
Release history Release notifications | RSS feed
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.6.tar.gz
(4.0 kB
view details)
File details
Details for the file mbdb-0.6.tar.gz
.
File metadata
- Download URL: mbdb-0.6.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
f98a76ffea4b44b8c4db9e9ae14c61435d44d3c73601ba68eb883160f5974b11
|
|
MD5 |
11691e01a6df24b74b98f59f28c2ce41
|
|
BLAKE2b-256 |
b2277a2d9ef08a42cf0208083801ee63983c4f929578f25f3dbdb5a297e3d660
|