doc: add some more notes to the main info doc file
All checks were successful
CI / build-docker (push) Successful in 15s
CI / build-docker-bootstrap (push) Has been skipped
CI / release-test (push) Successful in 40s

This commit is contained in:
wispem-wantex 2026-01-10 17:39:08 -08:00
parent dc33bd84ff
commit 45c9e15dd3

View File

@ -27,6 +27,16 @@
- sample data - sample data
- https://git.tnd.gg/tnd/remichat/pulls/65#issuecomment-2035 - https://git.tnd.gg/tnd/remichat/pulls/65#issuecomment-2035
- `ops` directory
### Borrowed from Ruby On Rails
- Convention Over Configuration
- scaffolding (code generators)
- database migration system
- focus on testing
- ORM-like affordances (but not actually using an ORM)
## SQLite and ROWID ## SQLite and ROWID
Tables must be EITHER: Tables must be EITHER: