dbiewlite-core 0.1.0

Shared SQLite operations for DBiewLite
Documentation
1
2
3
4
5
6
7
8
9
# dbiewlite-core

Shared SQLite operations library for [DBiewLite](https://ivapo.github.io/DBiewLite/) — a friendly, read-only SQLite database viewer.

This crate provides the core database logic used by both the GUI and TUI versions of DBiewLite: opening databases, listing tables/views/indexes, querying data with pagination and sorting, schema inspection, and CSV export.

## License

[MIT](../../LICENSE)