Skip to main content

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.4.tar.gz (4.0 kB view hashes)

Uploaded Source

Built Distribution

ptsqld-0.1.4-py3-none-any.whl (6.5 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