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
JUDatabaseScreen
QueryEditorTab
SchemaTab
SeedData
Seeds a database with 4 related tables and sample data. Creates: users, products, orders, order_items
SettingsTab