Skip to main content

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


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)

Uploaded Source

Built Distribution

GitDatabase-0.0.5-py3-none-any.whl (3.1 kB view details)

Uploaded Python 3

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

Hashes for GitDatabase-0.0.5.tar.gz
Algorithm Hash digest
SHA256 060c7733a3c4881d1229df0fd014e2dc5336e0e19a82e361eb0f03c69c521b62
MD5 3b1b109d0cc5dbdedbdc3e5d18ab6a73
BLAKE2b-256 8d6a27a3dae53c08e55d5b5b6a33735d1cda44533c1500a655d1baa82b3e24aa

See more details on using hashes here.

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

Hashes for GitDatabase-0.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 b5066a63bf59c59eb2697eb516ed8f78be9d5fd94259ba98a705f47b6671880d
MD5 f91b472abeec8c5cdc53f6448b213949
BLAKE2b-256 35d9177b65bc58607cb90dc1f21e8b4e27e7d5fe21fd7a0aa99014345de8ba72

See more details on using hashes here.

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