Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.