mirror of
https://github.com/php/doc-es.git
synced 2026-03-28 01:12:20 +01:00
git-svn-id: https://svn.php.net/repository/phpdoc/es/trunk@314266 c90b9560-bf6c-de11-be94-00142212c4b1
56 lines
1.7 KiB
XML
56 lines
1.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision$ -->
|
|
<!-- EN-Revision: ac04b2ea214243eaef651b87216b9841d13cd492 Maintainer: jorgeolaya Status: ready -->
|
|
<!-- Membership: bundled -->
|
|
|
|
<book xml:id="book.sqlite" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
<title>SQLite</title>
|
|
|
|
<!-- {{{ preface -->
|
|
<preface xml:id="intro.sqlite">
|
|
&reftitle.intro;
|
|
<para>
|
|
SQLite es una extensión para el motor de base de datos SQL integrado.
|
|
SQLite es una biblioteca de C que integra un motor de base de datos SQL.
|
|
Los programas que se enlazan con la biblioteca SQLite pueden tener acceso a la base de datos SQL
|
|
sin ejecutar un proceso RDBMS separado.
|
|
</para>
|
|
<para>
|
|
SQLite no es una biblioteca de cliente utilizado para conectarse a un servidor de bases de datos grandes.
|
|
SQLite es el servidor. La biblioteca SQLite lee y escribe directamente a y desde el archivo de la base de datos en el disco.
|
|
</para>
|
|
<note>
|
|
<para>
|
|
Para más información consulte el sitio Web de SQLite
|
|
(<link xlink:href="&url.sqlite;">&url.sqlite;</link>).
|
|
</para>
|
|
</note>
|
|
</preface>
|
|
<!-- }}} -->
|
|
|
|
&reference.sqlite.setup;
|
|
&reference.sqlite.constants;
|
|
&reference.sqlite.reference;
|
|
|
|
</book>
|
|
|
|
<!-- Keep this comment at the end of the file
|
|
Local variables:
|
|
mode: sgml
|
|
sgml-omittag:t
|
|
sgml-shorttag:t
|
|
sgml-minimize-attributes:nil
|
|
sgml-always-quote-attributes:t
|
|
sgml-indent-step:1
|
|
sgml-indent-data:t
|
|
indent-tabs-mode:nil
|
|
sgml-parent-document:nil
|
|
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
|
|
sgml-exposed-tags:nil
|
|
sgml-local-catalogs:nil
|
|
sgml-local-ecat-files:nil
|
|
End:
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
vim: et tw=78 syn=sgml
|
|
vi: ts=1 sw=1
|
|
--> |