Respected folks, I see that xapian supports MariaDB. Are there any plans to support sqlite3 as a database? Thanking you Sagar Acharya https://humaaraartha.in
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