https://github.com/ikeawesom/nitrix
SQL Views Code Generator
https://github.com/ikeawesom/nitrix
code-generators react sql
Last synced: 3 months ago
JSON representation
SQL Views Code Generator
- Host: GitHub
- URL: https://github.com/ikeawesom/nitrix
- Owner: ikeawesom
- License: apache-2.0
- Created: 2025-04-21T14:26:36.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-04-23T06:20:19.000Z (9 months ago)
- Last Synced: 2025-06-04T11:34:59.798Z (7 months ago)
- Topics: code-generators, react, sql
- Language: TypeScript
- Homepage: https://nitrix-app.vercel.app
- Size: 85.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nitrix
Having trouble creating views for your SQL databases? No worries anymore with **[Nitrix](https://nitrix-app.vercel.app)!**
## How it Works
1. Upload your SQL databases ```(.sqlite, .db)```
2. Nitrix analyzes your databases and gives you **table insights**
3. Pick between ```HTML``` and ```React```, and choose a theme (Light, Dark, Material, Minimal)
4. Code for your table views will be generated in **SECONDS**
5. **NEW:** Download entire projects with FULL PROJECT STRUCTURES and code including these table views!
## How to Use
1. Simple clode this repo.
```git
git clone https://github.com/ikeawesom/Nitrix
```
2. Install dependencies and run development mode
```git
npm i && npm run dev
```
## Licence
Thank you for checking out Nitrix! We are under the **Apache License 2.0**. You can view it [here](https://github.com/ikeawesom/Nitrix/blob/main/LICENSE).