The current database connector supports connections to PostgreSQL, MariaDB and MySQL.
A SQLite3 connector would be useful for several reasons:
@psychemedia Care to hack on this? Just look at the existing connection code in the extensions database folder and have a look at the tests as well. Ooo, also just noticed the README.md under /database needs to be touched up a bit also since we use Maven now (don't use Ant anymore)
@thadguidry I don't have any experience with Java, and don't have a Java environment to work in, so there's a startup cost there that I don't have time to invest in atm... unless maybe you have a VM somewhere I could clone and fire up in an already working state?
Does #2323 fully resolve this, or is additional documentation required?
Thanks, I forgot to link the PR to the issue.
Sorry for posting in closed issue, but how i can connect to sqlite.db file that is locally stored. It seems that OpenRefine is waiting for some local port connection?
_3.4-beta [5597e1c]_
Sorry for posting in closed issue, but how i can connect to sqlite.db file that is locally stored. It seems that OpenRefine is waiting for some local port connection?
Hi @snussik. Just enter the full path to your file in the last field, the one named Ā« DatabaseĀ Ā» (/Folder/File.sqlite3 in this picture):

@thadguidry: maybe we should consider Ā« Only show the database login fields when necessary #2615 Ā» as a bug fix for question like this one.
Regards,
Antoine
Hi @snussik. Just enter the full path to your file in the last field, the one named Ā« DatabaseĀ Ā» (
/Folder/File.sqlite3in this picture):
Thanks a lot! Didnāt think that itās so simple. By the way, donāt know if it is a bug or feature but if I choose āSQLiteā engine and enter any string to database textfield, ātestā button shows āOkā.
By the way, donāt know if it is a bug or feature but if I choose āSQLiteā engine and enter any string to database textfield, ātestā button shows āOkā.
Thank you @snussik for pointing that out. I would classify it as a bug, indeed⦠;-)
Regards,
Antoine