[x] Docs: Clarify Web Worker support and current limitations. [ ] Build the developer tooling. [x] Docs: Add "Quickstart" and "Dev Tools (Coming soon)" buttons on the home page. [x] Docs (bug): OPFS component on the home page does not refresh after database updates. [x] Docs: add copyright and MIT license in the home page. [x] Add github test badge. [x] creating some post about how to use sqlite, sql or Relational database. hackernews, devto [x] Browser: List the browser versions that support this library in docs.
[ ] docs: rename the sidebar title from 'Release' to 'Release (migration)'
[ ] api: generate a api document for window.__web_sqlite to explain the api, and what it does. this document should explain the api in detail,
help developer tool to understand how to use this library.
[ ] docs: add sqlite playground in the docs.
[ ] dev-tools: migration test, this feature should help developer to test the migration process. and try to execute the migration sql in the test evn, then rollback the test evn to the initial state.
[ ] dev-tools: seed test, the dev tools should create a new dev db, and then execute the seed sql, after the seed sql executed, the dev db should be remove.