https://github.com/typeorm/cockroachdb-example
Example project to demonstrate TypeORM with CockroachDB.
https://github.com/typeorm/cockroachdb-example
Last synced: 7 months ago
JSON representation
Example project to demonstrate TypeORM with CockroachDB.
- Host: GitHub
- URL: https://github.com/typeorm/cockroachdb-example
- Owner: typeorm
- Created: 2019-02-15T20:18:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-03-12T10:39:27.000Z (over 3 years ago)
- Last Synced: 2024-04-13T19:13:39.291Z (about 1 year ago)
- Language: TypeScript
- Size: 20.5 KB
- Stars: 8
- Watchers: 6
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Example how to use TypeORM with CockroachDB
1. Clone the repository
2. Install dependencies `npm i`
3. Run `npm start`
4. Enjoy!