mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-25 12:04:21 +01:00
## Purpose Implement `getTables` which is used to extract metadata about the database ## Changes - Implement `JDBC4DatabaseMetaData's` `getTables` method - Extract `JDBC4ResultSet` as field in `JDBC4PreparedStatement` ## Related Issue https://github.com/tursodatabase/limbo/issues/615 Closes #1687