pub async fn list_tables_handler<DB: DatabaseProvider>( __arg0: State<Arc<DB>>, ) -> Response
Handler for GET /api/tables
Returns a list of all tables in the database with row counts.
database
JSON response containing list of tables