sqlpage 0.46.2

Build data user interfaces entirely in SQL. A web server that takes .sql files and formats the query result using pre-made configurable professional-looking components.
1
2
3
4
/// Returns the version of the sqlpage that is running.
pub(super) async fn version() -> &'static str {
    env!("CARGO_PKG_VERSION")
}