Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/josef-friedrich/sqlama


https://github.com/josef-friedrich/sqlama

Last synced: 23 days ago
JSON representation

Awesome Lists containing this project

README

        

# SQLama

![](https://raw.githubusercontent.com/Josef-Friedrich/SQLama/main/src/assets/logo.png)

## SQL editor in the browser

* https://github.com/sqlpad/sqlpad
* https://sqlime.org
* https://github.com/zzzprojects/sqlfiddle2

## SQL language server protocol

* https://github.com/joe-re/sql-language-server (Typescript)
* https://github.com/lighttiger2505/sqls (Go)

## Language Server Protocol in the browser

* https://github.com/qualified/lsps/tree/main/examples/web-worker
* https://www.npmjs.com/package/flink-sql-language-server

## Project Setup

```sh
npm install
```

### Compile and Hot-Reload for Development

```sh
npm run dev
```

### Type-Check, Compile and Minify for Production

```sh
npm run build
```

### Lint with [ESLint](https://eslint.org/)

```sh
npm run lint
```