mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
update readme
This commit is contained in:
parent
b99100eb43
commit
e59756d077
1 changed files with 2 additions and 2 deletions
|
|
@ -57,8 +57,8 @@ Guide and protocol draft
|
||||||
|
|
||||||
#### Database
|
#### Database
|
||||||
|
|
||||||
* SQLite used to operate with user profile: for example, restore and save widget sessions, manage auth, history, bookmarks, etc
|
* [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 / accessed simply using browser tools menu)
|
* Database stored in system config directory (could be detected simply using browser tools menu)
|
||||||
* Every `browser` mod may have own table, where table must:
|
* 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`
|
* 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
|
* every table include autoincrement `id` column and parental primary ID if exist
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue