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
- Host: GitHub
- URL: https://github.com/covenantsql/python-demos
- Owner: CovenantSQL
- License: mit
- Created: 2018-11-06T18:30:17.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T01:19:53.000Z (about 3 years ago)
- Last Synced: 2024-05-07T18:21:07.280Z (over 1 year ago)
- Language: Python
- Size: 18.6 KB
- Stars: 3
- Watchers: 2
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```