Skip to content

Commit 12d0932

Browse files
committed
add prior-art
1 parent d6e03a2 commit 12d0932

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

_posts/2025-03-11-sqlite4j-pure-java-sqlite.adoc

+5
Original file line numberDiff line numberDiff line change
@@ -120,3 +120,8 @@ With the new https://github.com/quarkiverse/quarkus-jdbc-sqlite4j[quarkus-jdbc-s
120120
This extension seamlessly integrates SQLite into Quarkus applications while maintaining a lightweight and secure architecture. Best of all, everything compiles effortlessly with __native-image__.
121121

122122
Ready to try it out? Give https://github.com/quarkiverse/quarkus-jdbc-sqlite4j[quarkus-jdbc-sqlite4j] a spin in your projects and experience the benefits of running SQLite in pure Java with Quarkus!
123+
124+
=== Prior Art
125+
126+
- https://github.com/ncruces/go-sqlite3[ncruces/go-sqlite3]
127+
- https://www.infoq.com/articles/sqlite-java-integration-webassembly/[Ben Eckel - Infoq - WebAssembly, the Safer Alternative to Integrating Native Code in Java]

0 commit comments

Comments
 (0)