Skip to content

rabbitwhocodes/template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

template

A Flutter desktop starter that aims for a PocketBase-like local admin UI, but for SQLite.

MVP features (current)

  • Open a local SQLite database file (.db, .sqlite, .sqlite3)
  • Browse tables (sidebar)
  • Write & run ad-hoc SQL
  • View results as a table
  • Basic bar chart view (expects 2 columns: label + numeric value)

Notes

  • This is an early foundation: currently optimized for read-only exploration.
  • Some SQLite features (e.g. parameterized PRAGMA) are limited; table names used in PRAGMA calls are selected from sqlite_master.

Create platform folders

This repo intentionally doesn’t include generated platform folders. Generate them with:

flutter create .

Then you can run/build:

flutter run -d macos
flutter run -d linux
flutter run -d windows

flutter build macos
flutter build linux
flutter build windows

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages