db_viewer icon indicating copy to clipboard operation
db_viewer copied to clipboard

A Flutter package that allows you to view/ filter/ search your moor database in-app

Results 13 db_viewer issues
Sort by recently updated
recently updated
newest added

Datetime and boolean are formatted to pretty text. We should have an option to show the raw data

In the README.md https://github.com/vanlooverenkoen/db_viewer/blob/master/drift_db_viewer/README.md It is written what we should use `JsonKey` for named columns or you won't be able to "hide it". https://github.com/vanlooverenkoen/db_viewer/blob/228bb7e4e053d27e79edb8caed031ecdeb610e46/drift_db_viewer/README.md?plain=1#L32-L46 What do you mean "hide it"...

There are more than 20 pieces of data in my table I want to view them all, I removed the limit but it doesn't work I tried scrolling but nothing...

https://pub.dev/packages/db_viewer

documentation
enhancement

@vanlooverenkoen The update has broken the web target it seems. flutter run -d chrome --release ```` ../../../../../../../../../../../../../.pub-cache/hosted/pub.dartlang.org/sqlite3-1.0.0/lib /src/ffi/prepare_support.dart:26:13: Error: Type 'Pointer' not found. Pointer); ^^^^^^^ ../../../../../../../../../../../../../.pub-cache/hosted/pub.dartlang.org/sqlite3-1.0.0/lib /src/ffi/prepare_support.dart:26:13: Error: Expected 0...

I used to use a custom version of sqlite_viewer with a textbox that I can use to run arbitray SQL code (including insert and update). It's very handy for resseting...

feature

Add a filter where you can select an enum

enhancement
feature