An SQL Database which shall avoid any further PTSD associated to other SQL Database setup (understand flexible, simple)
Project description
ptsqld
You suffered torment setting up SQL Database... You fear the day you will have to setup storage connect it to an engine ... maintain it... Fear no more... It is now as easy as setting up a git repository... No daemon server required everything is now decentralized ... distributes...
All that available through Python DB API 2.0 interface ... wow ...
Usage
First create a git repository (you could use dulwich (heart))
git init {path to my database}
from ptsqld import connect
connection = connect(path_to_my_database)
cursor = connection.cursor()
cursor.execute("create table jokes (Name, Description)")
cursor.execute("insert into jokes (Name, Description) values ('Good', 'One'), ('Bad', 'One')")
connection.commit()
Then look the logs of your git repository :).
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
ptsqld-0.1.7.tar.gz
(4.2 kB
view hashes)
Built Distribution
ptsqld-0.1.7-py3-none-any.whl
(6.8 kB
view hashes)