An open API service indexing awesome lists of open source software.

https://github.com/covenantsql/python-demos

CovenantSQL python demos
https://github.com/covenantsql/python-demos

Last synced: 6 months ago
JSON representation

CovenantSQL python demos

Awesome Lists containing this project

README

          

# CovenantSQL Python Demos

This project contains several domos for demonstrating how to utilize CovenantSQL's python driver.

## 1. Setup

```bash
git clone https://github.com/CovenantSQL/python-demos.git
cd python-demos
pipenv install
```

## 2. Run a Demo

```bash
pipenv shell
cd hello-covenantsql
chmod u+x main.py
./main.py
```