ui library
UI components for just_database admin interface.
This library provides a complete Flutter UI for database management including:
- Database creation, selection, and deletion
- Schema inspection
- Query editor with examples and history
- Settings and configuration
Classes
- DatabaseProvider
- Provider for managing database state and operations in the admin UI.
- DatabasesTab
- JUDatabaseAdminScreen
- QueryEditorTab
- SchemaTab
- SettingsTab
Typedefs
-
SeedDatabaseCallback
= Future<
void> Function(JustDatabase db) - Callback type for seeding a database with initial sample data.