An open API service indexing awesome lists of open source software.

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

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
Interface
Add database dialog
Login screen
Light mode

# Feel free to contribute!