<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[SQLite]]></title><description><![CDATA[<p dir="auto">Hi all!</p>
<p dir="auto">I would like to try to build a small "library-like" management tool with a SQLite database. I have searched the qt documentation for SQLite, but I couldn't find enough info to get me started. The only thing that I found, is that SQLite is already shipped with Qt 5.10.</p>
<p dir="auto">What do I need to do, to be able to use it in my program?</p>
<p dir="auto">Thanks a lot!</p>
]]></description><link>https://forum.qt.io/topic/88364/sqlite</link><generator>RSS for Node</generator><lastBuildDate>Thu, 11 Jun 2026 16:24:37 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/88364.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 03 Mar 2018 22:10:40 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to SQLite on Sat, 03 Mar 2018 22:18:02 GMT]]></title><description><![CDATA[<p dir="auto">Hi and welcome to devnet,</p>
<p dir="auto">Nothing special, the SQLite backend is built by default when building Qt. Just use it, see the initialisation of the database from <a href="http://doc.qt.io/qt-5/qtsql-books-initdb-h.html" target="_blank" rel="noopener noreferrer nofollow ugc">one of Qt's SQL module example</a>.</p>
]]></description><link>https://forum.qt.io/post/445043</link><guid isPermaLink="true">https://forum.qt.io/post/445043</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Sat, 03 Mar 2018 22:18:02 GMT</pubDate></item></channel></rss>