https://github.com/hasirciogluhq/viks-db
self-made datase for fun projects, typescript with BUN
https://github.com/hasirciogluhq/viks-db
database ts-database
Last synced: about 1 month ago
JSON representation
self-made datase for fun projects, typescript with BUN
- Host: GitHub
- URL: https://github.com/hasirciogluhq/viks-db
- Owner: hasirciogluhq
- Created: 2025-12-18T18:28:12.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-12-18T18:28:14.000Z (7 months ago)
- Last Synced: 2026-05-01T19:39:57.145Z (2 months ago)
- Topics: database, ts-database
- Language: TypeScript
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# viks-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.5. [Bun](https://bun.com) is a fast all-in-one JavaScript runtime.