mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 08:35:28 +00:00
update readme
This commit is contained in:
parent
b3217f419e
commit
b9b51f5fe3
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ Guide and protocol draft
|
|||
* 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
|
||||
* column name for parental ID must have absolute namespace prefix, for example `app_browser_id` column for `app_browser_widget` table. For example, if the table has few parental keys, column set could be `id`, `parent_one_id`, `parent_two_id`, `some_data`
|
||||
* _todo_:
|
||||
* _todo_
|
||||
* [ ] version control for auto-migrations
|
||||
* [ ] transactions support for update operations
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue