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

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

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).