1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-08 10:59:57 +00:00
TiddlyWiki5/plugins/tiddlywiki/sqlite3store
Jeremy Ruston d4dec0ca65 Use the empty string as special plugin name for ordinary tiddlers
Using NULL was working against the grain of SQL
2023-10-24 18:41:34 +01:00
..
files Restructure the sqlite3 store as a separate plugin 2023-06-22 15:04:55 +01:00
init-sqlite3.js Simplify the SQL schema 2023-10-21 12:00:51 +01:00
plugin.info Restructure the sqlite3 store as a separate plugin 2023-06-22 15:04:55 +01:00
rawmarkup-bottombody.tid Introduce sql console 2023-07-18 21:54:01 +01:00
rawmarkup-bottomhead.tid Simplify the SQL schema 2023-10-21 12:00:51 +01:00
readme.tid Restructure the sqlite3 store as a separate plugin 2023-06-22 15:04:55 +01:00
sql-console-styles.tid Sql console styling 2023-07-19 19:52:44 +01:00
sql-console.js Styling for SQL console 2023-07-19 18:08:35 +01:00
sql-functions.js Use the empty string as special plugin name for ordinary tiddlers 2023-10-24 18:41:34 +01:00
sql-wiki-store.js Use the empty string as special plugin name for ordinary tiddlers 2023-10-24 18:41:34 +01:00
suppress-boot.js Cleanup and clarify 2023-06-23 16:58:46 +01:00
test-sql-functions.js Use the empty string as special plugin name for ordinary tiddlers 2023-10-24 18:41:34 +01:00

title: $:/plugins/tiddlywiki/sqlite3store/readme

Wiki store implementation based on sqlite3 WASM build.