perl Perl Programmable backend
shell Shell (extern program) backend
sql SQL Programmable backend
-tcp TCP Programmable backend
+tcl TCL Programmable backend
!endblock
\Example:
This directive marks the beginning of a database instance
declaration.
-{{EX:<type>}} should be one of {{EX:bdb}} or one of other
+{{EX:<type>}} should be one of {{EX:bdb}} or one of the other
supported backend types listed in Table 5.2.
\Example:
H3: BDB Database Directives
-Directives in this category only apply a BDB database. That is,
+Directives in this category only apply to a BDB database. That is,
they must follow a "database bdb" line and come before any
subsequent "backend" or "database" line.
H3: LDBM Database Directives
-Directives in this category only apply a LDBM database. That is,
+Directives in this category only apply to a LDBM database. That is,
they must follow a "database ldbm" line and come before any
subsequent "backend" or "database" line.