0.2.0
LatestminorData Browser Filters, Cleaner Table Names & a Smoother Loading Experience
The Data Browser gains Prisma-style row filtering: pick a column, an operator, and a value, stack multiple filters, and browse exactly the rows you need on both Postgres and MongoDB. Table labels drop the default public schema prefix, the New Connection dialog opens centered with a soft blur, and tables now load with an animated skeleton grid.
- Filter rows in the Data Browser with column + operator + value, Prisma-style
- Operators: equals, not equal, greater/less than (or equal), contains, is null, is not null
- Stack multiple filters — they combine with AND, and pagination counts respect the filtered result
- Works on both Postgres and MongoDB with fully parameterized, injection-safe queries
- The default public schema prefix is hidden in table labels; other schemas stay fully qualified
- New Connection dialog opens centered with a soft background blur and smooth animation
- Tables load with an animated skeleton preview of the grid instead of a plain spinner