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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ptsqld-0.1.7.tar.gz.
File metadata
- Download URL: ptsqld-0.1.7.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.4 CPython/3.12.7 Linux/6.11.5-arch1-1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8743f3e09be1f073eb7d54fe6f4333a0c29afa3f997dba747ea18fcb9fe164f3
|
|
| MD5 |
9294c2f58c46234c9b9d91d06a005da5
|
|
| BLAKE2b-256 |
895a2e41663328c76c4d9211dd5c702c08c51f568899c7ef1829c6b75cac2488
|
File details
Details for the file ptsqld-0.1.7-py3-none-any.whl.
File metadata
- Download URL: ptsqld-0.1.7-py3-none-any.whl
- Upload date:
- Size: 6.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.4 CPython/3.12.7 Linux/6.11.5-arch1-1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7ab623aabbe78fa205e67f68ed6dc37f57c7445f56bbe41f3ba1d697628c4e29
|
|
| MD5 |
9cdcea518441b24b45deecfadf1a9826
|
|
| BLAKE2b-256 |
8aadc003ae467fb5b8bb9cbafcf13f452dc3e7b7b4c8e2d5384d2fa599f1cd2c
|