summaryrefslogtreecommitdiff
path: root/packages/db/README.md
blob: 94cf634c8815451699e2b4c55beb59a75f60297c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# @sortug/sorlang-db

To install dependencies:

```bash
bun install
```

To run:

```bash
bun run index.ts
```

This project was created using `bun init` in bun v1.3.1. [Bun](https://bun.com) is a fast all-in-one JavaScript runtime.