feat(readme): expand README with storage integrity, WAL, query planner, session & transaction docs; update test script to enable verbose logging and increase timeout

This commit is contained in:
2026-02-01 16:05:00 +00:00
parent 6932059965
commit 316af45b5e
4 changed files with 151 additions and 19 deletions

View File

@@ -9,7 +9,7 @@
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(tstest test/)",
"test": "(tstest test/. --verbose --logfile --timeout 60)",
"build": "(tsbuild --web)",
"buildDocs": "tsdoc"
},