https://github.com/jgrtowy/polybase
Multi-dialect database management system
https://github.com/jgrtowy/polybase
databases electron mongodb mysql nextjs postgresql react shadcn-ui
Last synced: 2 months ago
JSON representation
Multi-dialect database management system
- Host: GitHub
- URL: https://github.com/jgrtowy/polybase
- Owner: Jgrtowy
- License: bsd-2-clause
- Created: 2024-04-05T19:06:34.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-24T19:38:05.000Z (about 1 year ago)
- Last Synced: 2025-02-11T14:49:23.403Z (4 months ago)
- Topics: databases, electron, mongodb, mysql, nextjs, postgresql, react, shadcn-ui
- Language: TypeScript
- Homepage:
- Size: 847 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PolyBase
# 🔼⏺️⏹️
### PolyBase is a Multi-dialect database management system made in Electron with:
- Next.js frontend
- Supabase auth and db
- Sequelize & Mongoose ORMs
- shadcn/ui for the UI### Roadmap:
- [x] Auth
- [x] Database sync
- [x] Databases display
- [x] Tables and data display
- [ ] MongoDB support
- [ ] Local mode
- [ ] Better UI
- [ ] Data & structure editing
- [ ] Data sorting, searching and filtering## Prerequisites
1. Install [node.js](https://nodejs.org/)
2. Install [bun](https://bun.sh/)
3. Install dependencies
```bash
$ bun i
```
### Development
```bash
$ bun dev
```### Building
```bash
$ bun run build
```Screenshots
![]()
![]()
![]()
# Feel free to contribute!