update readme

This commit is contained in:
yggverse 2024-10-05 16:01:25 +03:00
parent b99100eb43
commit e59756d077

View File

@ -57,8 +57,8 @@ Guide and protocol draft
#### Database
* SQLite used to operate with user profile: for example, restore and save widget sessions, manage auth, history, bookmarks, etc
* Database stored in system config directory (could be detected / accessed simply using browser tools menu)
* [SQLite](https://sqlite.org) used to operate with user profile: for example, restore and save widget sessions, manage auth, history, bookmarks, etc
* Database stored in system config directory (could be detected simply using browser tools menu)
* Every `browser` mod may have own table, where table must:
* contain same name as mod location, for example `app_browser_widget` for `src/app/browser/widget.rs`
* every table include autoincrement `id` column and parental primary ID if exist