SyntaxFix
Write A Post
Hire A Developer
Questions
🔍
[java] Java and SQLite
Home
Question
Java and SQLite
The
wiki
lists some more wrappers:
Java wrapper (around a SWIG interface):
http://tk-software.home.comcast.net/
A good tutorial to use JDBC driver for SQLite. (it works at least !)
http://www.ci.uchicago.edu/wiki/bin/view/VDS/VDSDevelopment/UsingSQLite
Cross-platform JDBC driver which uses embedded native SQLite libraries on Windows, Linux, OS X, and falls back to pure Java implementation on other OSes:
https://github.com/xerial/sqlite-jdbc
(formerly
zentus
)
Another Java - SWIG wrapper. It only works on Win32.
http://rodolfo_3.tripod.com/index.html
sqlite-java-shell: 100% pure Java port of the sqlite3 commandline shell built with NestedVM. (This is not a JDBC driver).
SQLite JDBC Driver for Mysaifu JVM: SQLite JDBC Driver for Mysaifu JVM and SQLite JNI Library for Windows (x86) and Linux (i386/PowerPC).
Examples related to
java
•
Under what circumstances can I call findViewById with an Options Menu / Action Bar item?
•
How much should a function trust another function
•
How to implement a simple scenario the OO way
•
Two constructors
•
How do I get some variable from another class in Java?
•
this in equals method
•
How to split a string in two and store it in a field
•
How to do perspective fixing?
•
String index out of range: 4
•
My eclipse won't open, i download the bundle pack it keeps saying error log
Examples related to
sqlite
•
getting " (1) no such column: _id10 " error
•
Laravel: PDOException: could not find driver
•
auto create database in Entity Framework Core
•
How to open .SQLite files
•
Accessing an SQLite Database in Swift
•
When does SQLiteOpenHelper onCreate() / onUpgrade() run?
•
Attempt to write a readonly database - Django w/ SELinux error
•
Android sqlite how to check if a record exists
•
How can I add the sqlite3 module to Python?
•
"Insert if not exists" statement in SQLite