-
Notifications
You must be signed in to change notification settings - Fork 52
Add support for SQLite database #1756
Copy link
Copy link
Open
Labels
type: enhancementNew feature or requestNew feature or request
Description
Add SQLite support to Micronaut SQL, similar to the existing support for other embedded databases like H2.
Available SQLite JDBC Drivers
Xerial SQLite JDBC (Recommended)
Repository: https://github.com/xerial/sqlite-jdbc
Maven: org.xerial:sqlite-jdbc
Most popular and actively maintained
Bundles native libraries for Windows, macOS, and Linux
Full JDBC 4.2 support
SQLDroid
Repository: https://github.com/SQLDroid/SQLDroid
Maven: org.sqldroid:sqldroid
Originally designed for Android
Can work in standard Java environments
sqlite4java
Repository: https://github.com/guardtime/sqlite4java
Lightweight native wrapper
Provides its own API (not strictly JDBC-compliant)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
type: enhancementNew feature or requestNew feature or request
Type
Projects
Status
Todo