use git repository as database
Project description
from gitdatabase.client import Client
# establish connection
client = Client('github.com/mirrorhanyu/test-database.git', username, password)
# to insert into collection within database
client.table.insert_one({
'title': 'GitDatabase works!'
})
# to query with certain
for record in client.table.find({'title': 'GitDatabase works!'}):
print(record)
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
GitDatabase-0.0.5.tar.gz
(2.8 kB
view details)
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 GitDatabase-0.0.5.tar.gz.
File metadata
- Download URL: GitDatabase-0.0.5.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.8.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
060c7733a3c4881d1229df0fd014e2dc5336e0e19a82e361eb0f03c69c521b62
|
|
| MD5 |
3b1b109d0cc5dbdedbdc3e5d18ab6a73
|
|
| BLAKE2b-256 |
8d6a27a3dae53c08e55d5b5b6a33735d1cda44533c1500a655d1baa82b3e24aa
|
File details
Details for the file GitDatabase-0.0.5-py3-none-any.whl.
File metadata
- Download URL: GitDatabase-0.0.5-py3-none-any.whl
- Upload date:
- Size: 3.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.8.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b5066a63bf59c59eb2697eb516ed8f78be9d5fd94259ba98a705f47b6671880d
|
|
| MD5 |
f91b472abeec8c5cdc53f6448b213949
|
|
| BLAKE2b-256 |
35d9177b65bc58607cb90dc1f21e8b4e27e7d5fe21fd7a0aa99014345de8ba72
|