Skip to content

Embedded database

SQLitePGLiteSurrealDB
browser+++
┣ HTTPFS+ 1- 2-
┣━ FTS+ 3 4
┣ OPFS++ 5- 6
┣ synchronization+ 7+ 8 9? 10
┗ live query+ 11+ 12
nodejs+++
typesbasic 13a lot 14a lot 15
┗ JSON decode- 16+ 17
kysely+ 18+ 18+ 18
  1. https://github.com/mmomtchev/sqlite-wasm-http

  2. https://github.com/electric-sql/pglite/pull/364

  3. https://phiresky.github.io/blog/2021/hosting-sqlite-databases-on-github-pages/#:~:text=SQLite%20FTS

  4. https://github.com/quickwit-oss/tantivy/pull/1067#issue-906458660

  5. https://pglite.dev/docs/filesystems#opfs-ahp-fs

  6. https://github.com/surrealdb/surrealdb.wasm/issues/59

  7. SQLite

  8. https://pglite.dev/docs/sync

  9. https://github.com/electric-sql/pglite/issues/575

  10. https://surrealdb.com/features/realtime-data-sync

  11. https://pglite.dev/docs/live-queries

  12. https://surrealdb.com/docs/sdk/javascript/core/streaming#live

  13. https://sqlite.org/datatype3.html

  14. https://www.postgresql.org/docs/current/datatype.html

  15. https://surrealdb.com/docs/surrealql/datamodel

  16. https://kysely-org.github.io/kysely-apidoc/classes/ParseJSONResultsPlugin.html

  17. https://github.com/electric-sql/pglite/blob/2460ee35b9fcf66a39605e7ef435f838bbc88259/packages/pglite/src/types.ts#L108

  18. https://kysely.dev/docs/dialects 2 3