Sqlime Alternatives
Similar projects and alternatives to sqlime based on common topics and language
-
-
InfluxDB
Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
-
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
sqlime discussion
sqlime reviews and mentions
-
Sqlime: Online SQLite Playground
This is incredible work.
However, the project doesn't follow best practices in the JavaScript ecosystem. The included WebAssembly (wasm) file should be fetched from npm, instead of being uploaded to the project.
https://github.com/nalgeon/sqlime/blob/0bb684c/js/sqlite/sql...
-
Show HN: Interactive SQL Examples in JavaScript
Reading about SQL is fun, but trying out live examples is even better! So I created JavaScript widgets that turn static SQL code in articles into interactive examples.
Interactive SQL examples give readers the ability to edit a query and see how the results change. Or even write their own queries.
It works entirely in the browser, without a server (powered by SQLite Wasm), and requires only minimal changes to existing HTML code.
https://github.com/nalgeon/sqlime
Stats
nalgeon/sqlime is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of sqlime is JavaScript.