SQLite on Java
February 12, 2010
I’ve been poking and prodding a pet project of mine for while now which I’ve designed for keeping track of recipes. Problem with it is I’ve written it to depend on my MySQL server (I never thought about sharing it apparently while developing it). So now I’ve decided to try porting the database end to SQLite. Right now, I’m only familiar with MySQL and Oracle.
Anyhow, I’ve stumbled upon SQLiteJDBC, and I think I will be giving this a try for my port. Wish me luck, and hints and tips are welcome!
Advertisement
No comments yet