Re: Support for sqlite3

Olly Betts <[email protected]> Thu, 3 Aug 2023 22:15:54 +0100
Newsgroups gmane.comp.search.xapian.devel
Message-ID <[email protected]>
On Sat, Jul 08, 2023 at 02:28:20PM +0200, Sagar Acharya wrote:
> I see that xapian supports MariaDB. Are there any plans to support
> sqlite3 as a database?

There's support for indexing data from SQL (and non-SQL) databases via
the script dbi2omega in xapian-omega.  This uses Perl's DBI module so
should support any database which that does, which includes sqlite3:

https://metacpan.org/pod/DBD::SQLite

Cheers,
    Olly