<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://wiki.anope.org/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.anope.org/index.php?action=history&amp;feed=atom&amp;title=2.0%2FModules%2Fm_sqlite</id>
		<title>2.0/Modules/m sqlite - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.anope.org/index.php?action=history&amp;feed=atom&amp;title=2.0%2FModules%2Fm_sqlite"/>
		<link rel="alternate" type="text/html" href="https://wiki.anope.org/index.php?title=2.0/Modules/m_sqlite&amp;action=history"/>
		<updated>2026-05-29T18:35:39Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.23.4</generator>

	<entry>
		<id>//wiki.anope.org/index.php?title=2.0/Modules/m_sqlite&amp;diff=924&amp;oldid=prev</id>
		<title>Azander: Created page with &quot;{{Language|2.0/Modules/m_sqlite}} {{Header|m_sqlite|Database|Anope}}  == &lt;div class=&quot;moduleheader&quot;&gt;Description&lt;/div&gt; == This module allows other modules to use SQLite.  ;name ...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.anope.org/index.php?title=2.0/Modules/m_sqlite&amp;diff=924&amp;oldid=prev"/>
				<updated>2014-05-13T15:40:37Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{Language|2.0/Modules/m_sqlite}} {{Header|m_sqlite|Database|Anope}}  == &amp;lt;div class=&amp;quot;moduleheader&amp;quot;&amp;gt;Description&amp;lt;/div&amp;gt; == This module allows other modules to use SQLite.  ;name ...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Language|2.0/Modules/m_sqlite}}&lt;br /&gt;
{{Header|m_sqlite|Database|Anope}}&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;div class=&amp;quot;moduleheader&amp;quot;&amp;gt;Description&amp;lt;/div&amp;gt; ==&lt;br /&gt;
This module allows other modules to use SQLite.&lt;br /&gt;
&lt;br /&gt;
;name :Name of the module&lt;br /&gt;
;squlite {...} :&lt;br /&gt;
:;name= :Name of SQL connection&lt;br /&gt;
:;database= :Name of database file&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;div class=&amp;quot;moduleheader&amp;quot;&amp;gt;Default Configuration&amp;lt;/div&amp;gt; ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;code&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;cpp&amp;quot;&amp;gt;&lt;br /&gt;
/*&lt;br /&gt;
 * m_sqlite [EXTRA]&lt;br /&gt;
 *&lt;br /&gt;
 * This module allows other modules to use SQLite.&lt;br /&gt;
 */&lt;br /&gt;
#module&lt;br /&gt;
{&lt;br /&gt;
        name = &amp;quot;m_sqlite&amp;quot;&lt;br /&gt;
&lt;br /&gt;
        /* A SQLite database */&lt;br /&gt;
        sqlite&lt;br /&gt;
        {&lt;br /&gt;
                /* The name of this service. */&lt;br /&gt;
                name = &amp;quot;sqlite/main&amp;quot;&lt;br /&gt;
&lt;br /&gt;
                /* The database name, it will be created if it does not exist. */&lt;br /&gt;
                database = &amp;quot;anope.db&amp;quot;&lt;br /&gt;
        }&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Azander</name></author>	</entry>

	</feed>