summaryrefslogtreecommitdiff
path: root/vendor/j4mie/idiorm/docs/index.rst
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-03-05 21:14:35 +0300
committerAndrew Dolgov <[email protected]>2021-03-05 21:14:35 +0300
commit2b8b845abe7c13ecbb266613910484310cffe8e1 (patch)
tree90bd2e93737c2aad17cfb09496cc57cf3f9968cd /vendor/j4mie/idiorm/docs/index.rst
parentb2341679d53b227fc90fba34c3a7e6453e3cad6e (diff)
* use ORM for trivial queries
* environment-based configuration * useradm.php -> update.php with new options * support for schema migrations * various fixes
Diffstat (limited to 'vendor/j4mie/idiorm/docs/index.rst')
-rw-r--r--vendor/j4mie/idiorm/docs/index.rst29
1 files changed, 29 insertions, 0 deletions
diff --git a/vendor/j4mie/idiorm/docs/index.rst b/vendor/j4mie/idiorm/docs/index.rst
new file mode 100644
index 0000000..d4e4bb9
--- /dev/null
+++ b/vendor/j4mie/idiorm/docs/index.rst
@@ -0,0 +1,29 @@
+.. Idiorm documentation master file, created by
+ sphinx-quickstart on Wed Nov 28 15:39:16 2012.
+ You can adapt this file completely to your liking, but it should at least
+ contain the root `toctree` directive.
+
+Welcome to Idiorm's documentation!
+==================================
+
+Contents:
+
+.. toctree::
+ :maxdepth: 2
+
+ philosophy
+ installation
+ configuration
+ querying
+ models
+ transactions
+ connections
+
+
+Indices and tables
+==================
+
+* :ref:`genindex`
+* :ref:`modindex`
+* :ref:`search`
+