Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lassejlv/drizzle-postgres
Example using postgres with drizzle :D
https://github.com/lassejlv/drizzle-postgres
Last synced: 2 months ago
JSON representation
Example using postgres with drizzle :D
- Host: GitHub
- URL: https://github.com/lassejlv/drizzle-postgres
- Owner: lassejlv
- Created: 2024-09-16T07:57:39.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-16T07:58:21.000Z (4 months ago)
- Last Synced: 2024-09-16T09:25:41.824Z (4 months ago)
- Language: TypeScript
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# drizzle-postgres
To install dependencies:
```bash
bun install
```To run:
```bash
bun run src/index.ts
```This project was created using `bun init` in bun v1.1.27. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.