SQLite's New “Fiddle” App

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • absurd-sql

    sqlite3 in ur indexeddb (hopefully a better backend soon)

  • This awesome, WASM SQLite is the future of in browser strorage for web apps/PWAs.

    Assuming this is normal WASM SQLite any persistence will be by flushing to LocalStorage/IndexedDB. There won't be any ACID compliance.

    There is a project called "Absurd SQL" to back SQLite with a custom block based FS on top of IndexedDB. It is somewhat absurd but it works incredibly well!

    https://github.com/jlongster/absurd-sql

  • v86

    x86 PC emulator and x86-to-wasm JIT, running in the browser

  • Or, if you want to go one level deeper, v86 has a complete Linux environment with both python and sqlite running locally: https://copy.sh/v86/?profile=archlinux&c=python%20-ic%20%27i...

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • sql-mysteries

    Inspired by @veltman's command-line mystery, use SQL to research clues and find out whodunit!

  • db.js

    Thin portable Javascript document store event-driven database (by kristopolous)

  • Not the use-case. Here's a javascript database I made off and on between 2011 and 2016 that is pretty web use-case specific. In 2011, there was nothing that really did many of these things.

    https://github.com/kristopolous/db.js

    Maybe scrolling through some of the documentation would make some use-cases more obvious. Restructuring, sorting, filtering and modifying data in a fast-enough way that doesn't require thinking hard about things is pretty invaluable when you're doing a lot of it.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts