Docs.rs
sqlpage-0.31.0
sqlpage 0.31.0
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
lovasoa
Dependencies
actix-multipart ^0.7.2
normal
actix-web ^4
normal
actix-web-httpauth ^0.8.0
normal
anyhow ^1
normal
argon2 ^0.5.0
normal
async-recursion ^1.0.0
normal
async-stream ^0.3
normal
async-trait ^0.1.61
normal
awc ^3
normal
base64 ^0.22
normal
chrono ^0.4.23
normal
clap ^4.5.17
normal
config ^0.14.0
normal
csv-async ^1.2.6
normal
dotenvy ^0.15.7
normal
env_logger ^0.11.1
normal
futures-util ^0.3.21
normal
handlebars ^6.2.0
normal
include_dir ^0.7.2
normal
lambda-web ^0.2.1
normal
optional
log ^0.4.17
normal
markdown ^1.0.0-alpha.15
normal
mime_guess ^2.0.4
normal
password-hash ^0.5.0
normal
percent-encoding ^2.2.0
normal
rand ^0.8.5
normal
rustls ^0.22.0
normal
rustls-acme ^0.9.2
normal
rustls-native-certs ^0.7.0
normal
serde ^1
normal
serde_json ^1.0.82
normal
sqlparser ^0.52.0
normal
sqlx-oldapi ^0.6.38
normal
tokio ^1.24.1
normal
tokio-stream ^0.1.9
normal
tokio-util ^0.7.12
normal
actix-rt ^2.8
build
awc ^3
build
futures-util ^0.3.21
build
libflate ^2
build
Versions
20.33%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
sqlpage
0.31.0
Module app_
config
Module Items
Structs
Enums
Functions
In crate sqlpage
sqlpage
Module
app_config
Copy item path
Source
Structs
§
AppConfig
Cli
Enums
§
DevOr
Prod
Functions
§
load_
from_
cli
load_
from_
directory
Parses and loads the configuration from the
sqlpage.json
file in the current directory. This should be called only once at the start of the program.
load_
from_
env
load_
from_
file
Parses and loads the configuration from the given file.
test_
database_
url