mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-27 13:04:20 +01:00
## Purpose of this PR - Implement open function - Add basic structure for the following - exception handling - testing using gradle ## Changes - Java - Remove unnecessary example code(Connection.java, Cursor.java, Limbo.java) - Implement `open` - Add exception handling logic - Add junit test - Rust - Add limbo_db.rs which implements native functions defined in `Limbo.java` - Remove unnecessary example code in lib.rs ## TODOS - Implement core features for AbstractDB.java and LimboDB.java (I'm currently referencing sqlite-java, but there are some minor differences as we use rust instead of C) ## Reference - https://github.com/tursodatabase/limbo/issues/615 Closes #632