3
0
Fork 0

Add basic database docs

This commit is contained in:
Lance Edgar 2023-11-24 19:14:48 -06:00
parent b59e83907c
commit 64af49ffdf
7 changed files with 167 additions and 3 deletions

13
docs/narr/db/overview.rst Normal file
View file

@ -0,0 +1,13 @@
Overview
========
A :term:`database` is usually involved for "serious"
:term:`apps<app>`.
In particular an :term:`app database` may be needed to store
:term:`config settings<config setting>` and usually, lots of other
things. See :doc:`app`.
But it is possible to interact with many databases, not just the app
database. See :doc:`other`.