alpha
Login
or
Join now
metru.dev
/
squeal
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
[READ-ONLY] Mirror of https://github.com/metruzanca/squeal. TUI app for viewing databases in your terminal
database
rust
sql
tui
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
squeal
/
src
/
driver
/
at
main
5 files
Sam Zanca
feat(postgres): show schema groups in sidebar with expand/collapse
5w ago
a77eaa40
mod.rs
feat(postgres): show schema groups in sidebar with expand/collapse Previously, the sidebar only showed tables from the 'public' schema. Now all non-system schemas (e.g. 'public', 'drizzle') are listed and grouped. Each group header shows a ▶/▼ indicator and can be toggled with Left/Right. The 'public' schema starts expanded by default. SQLite remains unchanged — tables are shown flat since it has no schema concept. Breaking changes: - DbDriver::list_tables() now returns Vec<TableInfo> instead of Vec<String> - table_name parameters in driver methods now use 'schema.name' format for PostgreSQL
1 month ago
postgres.rs
feat(postgres): show schema groups in sidebar with expand/collapse Previously, the sidebar only showed tables from the 'public' schema. Now all non-system schemas (e.g. 'public', 'drizzle') are listed and grouped. Each group header shows a ▶/▼ indicator and can be toggled with Left/Right. The 'public' schema starts expanded by default. SQLite remains unchanged — tables are shown flat since it has no schema concept. Breaking changes: - DbDriver::list_tables() now returns Vec<TableInfo> instead of Vec<String> - table_name parameters in driver methods now use 'schema.name' format for PostgreSQL
1 month ago
postgres_tests.rs
feat(postgres): show schema groups in sidebar with expand/collapse Previously, the sidebar only showed tables from the 'public' schema. Now all non-system schemas (e.g. 'public', 'drizzle') are listed and grouped. Each group header shows a ▶/▼ indicator and can be toggled with Left/Right. The 'public' schema starts expanded by default. SQLite remains unchanged — tables are shown flat since it has no schema concept. Breaking changes: - DbDriver::list_tables() now returns Vec<TableInfo> instead of Vec<String> - table_name parameters in driver methods now use 'schema.name' format for PostgreSQL
1 month ago
sqlite.rs
feat(postgres): show schema groups in sidebar with expand/collapse Previously, the sidebar only showed tables from the 'public' schema. Now all non-system schemas (e.g. 'public', 'drizzle') are listed and grouped. Each group header shows a ▶/▼ indicator and can be toggled with Left/Right. The 'public' schema starts expanded by default. SQLite remains unchanged — tables are shown flat since it has no schema concept. Breaking changes: - DbDriver::list_tables() now returns Vec<TableInfo> instead of Vec<String> - table_name parameters in driver methods now use 'schema.name' format for PostgreSQL
1 month ago
sqlite_tests.rs
feat(postgres): show schema groups in sidebar with expand/collapse Previously, the sidebar only showed tables from the 'public' schema. Now all non-system schemas (e.g. 'public', 'drizzle') are listed and grouped. Each group header shows a ▶/▼ indicator and can be toggled with Left/Right. The 'public' schema starts expanded by default. SQLite remains unchanged — tables are shown flat since it has no schema concept. Breaking changes: - DbDriver::list_tables() now returns Vec<TableInfo> instead of Vec<String> - table_name parameters in driver methods now use 'schema.name' format for PostgreSQL
1 month ago