Open
Description
In this issue, I want to collect topics and improvements for the documentation.
- Simplified getting started with platform specific hints
- Simplified "Singleton service" with better readability
- Platform specific quirks and hints
- e.g. on
web
we have to callsaveToStore
programmatically.closeConnection
also doessaveToStore
- e.g. on
- What is the difference between
run
,query
,execute
andexecuteSet
? - Detailed information on connection management
- Detailed information on how db versioning works
FAQ:
- How to drop a database? (advice: close connection afterwards)
Maybe we could implement some documentation website with a framework like https://github.com/facebook/docusaurus