Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 417 Bytes

File metadata and controls

3 lines (2 loc) · 417 Bytes

This repo contains the source code for a simple CRUD application, written in Python. The app uses the SQLAlchemy ORM framework to connect to and communicate with an existing CockroachDB cluster.

For instructions on starting CockroachDB and running the code, see this tutorial.