2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 21:45:37 +00:00

[jreed-docs] in-memory datasource exists now

so sqlite3 is not the only one.

TODO: still need to document the in-memory datasource.
This commit is contained in:
Jeremy C. Reed
2011-02-24 07:51:18 -06:00
parent 7c9c7811d3
commit 13204f9c20

View File

@@ -79,9 +79,7 @@
</para> </para>
<note><para> <note><para>
For this development prototype release, the only supported The authoritative server requires SQLite 3.3.9 or newer.
data source backend is SQLite3. The authoritative server
requires SQLite 3.3.9 or newer.
The <command>b10-xfrin</command>, <command>b10-xfrout</command>, The <command>b10-xfrin</command>, <command>b10-xfrout</command>,
and <command>b10-zonemgr</command> modules require the and <command>b10-zonemgr</command> modules require the
libpython3 library and the Python _sqlite3.so module. libpython3 library and the Python _sqlite3.so module.
@@ -1108,9 +1106,10 @@ This may be a temporary setting until then.
<note><para> <note><para>
For the development prototype release, <command>b10-auth</command> For the development prototype release, <command>b10-auth</command>
only supports the SQLite3 data source backend. supports a SQLite3 data source backend and in-memory data source
backend.
Upcoming versions will be able to use multiple different Upcoming versions will be able to use multiple different
data sources, such as MySQL, Berkeley DB, or in-memory DB. data sources, such as MySQL and Berkeley DB.
</para></note> </para></note>