https://github.com/ericc-ch/smol-db
https://github.com/ericc-ch/smol-db
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ericc-ch/smol-db
- Owner: ericc-ch
- Created: 2024-06-25T11:41:38.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-20T13:33:51.000Z (almost 2 years ago)
- Last Synced: 2025-02-13T09:32:06.278Z (over 1 year ago)
- Language: TypeScript
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# smol-db
To install dependencies:
```bash
bun install
```
To run:
```bash
bun run index.ts
```
This project was created using `bun init` in bun v1.1.16. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.