diff options
Diffstat (limited to 'schema/README.md')
| -rw-r--r-- | schema/README.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/schema/README.md b/schema/README.md new file mode 100644 index 0000000..dc82f01 --- /dev/null +++ b/schema/README.md @@ -0,0 +1,11 @@ +# Schema + +[back to index](../README.md) + +The core database tables that every jsonderulo compliant server needs and how the server should auto manage certain columns. + +## Pages + +- [Core Tables](core_tables.md) the required tables (users, groups, settings, associations, sessions) +- [System Columns](system_columns.md) auto managed columns that jde adds to your tables +- [Sessions](sessions.md) how persistent sessions work under the hood |
