2004-06-13 07:57:50 +08:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
2007-04-05 03:42:53 +08:00
|
|
|
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
2004-06-13 07:57:50 +08:00
|
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
]>
|
|
|
|
|
2005-04-13 00:06:13 +08:00
|
|
|
<chapter id="server-databases">
|
2005-05-17 02:37:23 +08:00
|
|
|
<?dbhtml filename="databases.html"?>
|
2002-07-08 04:28:42 +08:00
|
|
|
|
2005-05-17 02:37:23 +08:00
|
|
|
<title>Databases</title>
|
2003-09-29 22:19:14 +08:00
|
|
|
|
2020-03-07 06:42:49 +08:00
|
|
|
<para>
|
|
|
|
This chapter includes databases that range from single-user
|
|
|
|
read/write to industrial database servers with transaction support.
|
|
|
|
Generally, you will be sent here to satisfy dependencies to other
|
|
|
|
applications although building a SQL server on a base LFS system is
|
|
|
|
entirely possible.
|
|
|
|
</para>
|
2005-05-17 02:37:23 +08:00
|
|
|
|
2021-12-04 19:16:54 +08:00
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="upgradedb.xml"/>
|
|
|
|
|
2010-04-22 02:48:34 +08:00
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="db.xml"/>
|
2015-11-01 12:33:26 +08:00
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="lmdb.xml"/>
|
2013-11-12 01:10:53 +08:00
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mariadb.xml"/>
|
2010-04-22 02:48:34 +08:00
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="postgresql.xml"/>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sqlite.xml"/>
|
2002-07-08 04:28:42 +08:00
|
|
|
|
|
|
|
</chapter>
|