https://github.com/syntaxlexx/bsg-system
https://github.com/syntaxlexx/bsg-system
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/syntaxlexx/bsg-system
- Owner: syntaxlexx
- Created: 2024-04-13T12:58:50.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-15T14:57:05.000Z (about 2 years ago)
- Last Synced: 2024-04-17T07:56:24.158Z (about 2 years ago)
- Language: TypeScript
- Homepage: https://bsg-system.vercel.app
- Size: 500 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BSG Game System
## Getting started
### Turso DB
Turso is cheap, free, and fast.
Sync/Create migrations
```bash
pnpm run db:generate
```
Apply migrations to DB
```bash
pnpm run db:migrate
```
View DB in UI
```bash
pnpm run db:studio
```
## Links
- [Usage with Sqlite](https://plainenglish.io/blog/using-sqlite-with-next-js-13)