Metadata-Version: 2.1
Name: berrydb
Version: 1.0.4
Summary: The database for unstructured data and AI apps
Home-page: https://app.berrydb.io
Author: BerryDB
License: Proprietary
Classifier: License :: Other/Proprietary License
Description-Content-Type: text/markdown
Requires-Dist: requests

# BerryDB

## Connecting to your database

```python

from BerryDB import BerryDB

berryDb = BerryDB.connect(api_key, database_name, bucket_name)

databases = BerryDB.databases(api_key)

```
