sql-web 0.1.0

A web-based database browser for SQLite, MySQL, and PostgreSQL written in Rust using Rocket and SQLx.
1
2
3
4
5
6
7
pub mod columns;
pub mod index;
pub mod indexes;
pub mod query;
pub mod tables;

// Re-exports are not needed since routes are imported directly in main.rs