All Projects → sasha-alias → Sqltabs

sasha-alias / Sqltabs

Licence: gpl-3.0
Rich SQL client for Postgresql, MySQL, MS SQL, Amazon Redshift, Google Firebase (Firestore)

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Sqltabs

Sqler
write APIs using direct SQL queries with no hassle, let's rethink about SQL
Stars: ✭ 1,943 (+140.17%)
Mutual labels:  mysql, postgresql, mssql
Weapsy
ASP.NET Core CMS
Stars: ✭ 748 (-7.54%)
Mutual labels:  mysql, postgresql, mssql
Rom Sql
SQL support for rom-rb
Stars: ✭ 169 (-79.11%)
Mutual labels:  mysql, postgresql, mssql
Xorm
Simple and Powerful ORM for Go, support mysql,postgres,tidb,sqlite3,mssql,oracle, Moved to https://gitea.com/xorm/xorm
Stars: ✭ 6,464 (+699.01%)
Mutual labels:  mysql, postgresql, mssql
Sqlx
🧰 The Rust SQL Toolkit. An async, pure Rust SQL crate featuring compile-time checked queries without a DSL. Supports PostgreSQL, MySQL, SQLite, and MSSQL.
Stars: ✭ 5,039 (+522.87%)
Mutual labels:  mysql, postgresql, mssql
Dapper.fsharp
Lightweight F# extension for StackOverflow Dapper with support for MSSQL, MySQL and PostgreSQL
Stars: ✭ 145 (-82.08%)
Mutual labels:  mysql, postgresql, mssql
Vscode Sqltools
Database management for VSCode
Stars: ✭ 741 (-8.41%)
Mutual labels:  mysql, postgresql, mssql
Prisma
Next-generation ORM for Node.js & TypeScript | PostgreSQL, MySQL, MariaDB, SQL Server, SQLite & MongoDB (Preview)
Stars: ✭ 18,168 (+2145.74%)
Mutual labels:  mysql, postgresql, mssql
Pgloader
Migrate to PostgreSQL in a single command!
Stars: ✭ 3,754 (+364.03%)
Mutual labels:  mysql, postgresql, mssql
Redaxscript
A modern, ultra lightweight and rocket fast Content Management System
Stars: ✭ 241 (-70.21%)
Mutual labels:  mysql, postgresql, mssql
Sworm
a write-only ORM for Node.js
Stars: ✭ 128 (-84.18%)
Mutual labels:  mysql, postgresql, mssql
Pointblank
Data validation and organization of metadata for data frames and database tables
Stars: ✭ 480 (-40.67%)
Mutual labels:  mysql, postgresql, mssql
Directus
Open-Source Data Platform 🐰 — Directus wraps any SQL database with a real-time GraphQL+REST API and an intuitive app for non-technical users.
Stars: ✭ 13,190 (+1530.41%)
Mutual labels:  mysql, postgresql, mssql
Sequelize
An easy-to-use and promise-based multi SQL dialects ORM tool for Node.js
Stars: ✭ 25,422 (+3042.4%)
Mutual labels:  mysql, postgresql, mssql
Next
Directus is a real-time API and App dashboard for managing SQL database content. 🐰
Stars: ✭ 111 (-86.28%)
Mutual labels:  mysql, postgresql, mssql
Linq2db
Linq to database provider.
Stars: ✭ 2,211 (+173.3%)
Mutual labels:  mysql, postgresql, mssql
Iobroker.sql
Store history data in SQL Database: MySQL, PostgreSQL or SQLite
Stars: ✭ 37 (-95.43%)
Mutual labels:  mysql, postgresql, mssql
Dbbench
🏋️ dbbench is a simple database benchmarking tool which supports several databases and own scripts
Stars: ✭ 52 (-93.57%)
Mutual labels:  mysql, postgresql, mssql
Heidisql
A lightweight client for managing MariaDB, MySQL, SQL Server, PostgreSQL and SQLite, written in Delphi
Stars: ✭ 2,864 (+254.02%)
Mutual labels:  mysql, postgresql, mssql
Sqlboiler
Generate a Go ORM tailored to your database schema.
Stars: ✭ 4,497 (+455.87%)
Mutual labels:  mysql, postgresql, mssql

SQL Tabs

Rich SQL client. Home www.sqltabs.com

Supported databases:

- Postgresql
- MySQL / MariaDB
- MS SQL
- Amazon Redshift
- AlaSQL

Supported Platforms:

- Mac
- Windows
- Linux

Building

In order to run SQL Tabs from source code follow the next steps: (In case of any issues please report them here)

node.js not higher than v10 is required

  1. Install npm - a javascript package manager

  2. Get the code, install dependencies and build the application:

     git clone https://github.com/sasha-alias/sqltabs
     cd sqltabs
     npm install
    
  3. Run the application:

     npm start
    

Contribution and issues reports are very appreciated.

Platform specific things

You might want to rebuild grpc for firebase driver to work:

    npm rebuild grpc --runtime=electron --target=4.1.0 --target_archx64
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].