Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/josef-friedrich/sqlama
https://github.com/josef-friedrich/sqlama
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/josef-friedrich/sqlama
- Owner: Josef-Friedrich
- Created: 2022-07-30T17:32:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-31T14:10:11.000Z (12 months ago)
- Last Synced: 2023-12-31T15:21:49.118Z (12 months ago)
- Language: TypeScript
- Homepage: https://josef-friedrich.github.io/SQLama/
- Size: 2.5 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```