https://github.com/nirnejak/sql-integrations
A tool for building integrations between SQL database and other services.
https://github.com/nirnejak/sql-integrations
express prisma sql typescript
Last synced: 10 months ago
JSON representation
A tool for building integrations between SQL database and other services.
- Host: GitHub
- URL: https://github.com/nirnejak/sql-integrations
- Owner: nirnejak
- License: mit
- Created: 2022-05-11T12:48:19.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-23T21:42:58.000Z (over 3 years ago)
- Last Synced: 2025-03-02T11:52:37.201Z (about 1 year ago)
- Topics: express, prisma, sql, typescript
- Language: TypeScript
- Homepage:
- Size: 1.07 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SQL Integrations Tool
A tool for building integrations between SQL database and other services.
**Features**
- SQL Code Editor(with Auto-completion)
- Data in Tabular Form
- Graphs and Charts
- Saved Queries
- Export to CSV
- Export to JSON
- Users and Invites
- Integrations - Zapier, IFTTT, Google Sheets, Airtable etc.
---
## Available Scripts
> Note: Need to configure `.env` file to use local server
**Install Dependencies**
```bash
npm install
```
**Setup Pre-commit**
```bash
npm run prepare
```
**Start Development Server**
```bash
npm run develop
```
**Build for Production**
```bash
npm run build
```
**Start Production Server**
```bash
npm start
```
---
## Docker Config
**Build Image**
```bash
docker build
```
**Run Image**
```bash
docker run -p 5000:5000
```