2
0
Jan Janak 23 жил өмнө
parent
commit
10a9c5ce54
1 өөрчлөгдсөн 7 нэмэгдсэн , 0 устгасан
  1. 7 0
      db/README

+ 7 - 0
db/README

@@ -0,0 +1,7 @@
+$Id$
+
+This directory contains generic database support interface. The interface should
+be used by all modules willing to communicate with a database. Ser can then
+switch from one database to another simply by loading a different database 
+support module. Directory example contains a very simple example how to use the
+interface. Directory doc contains the API documentation.