dependabot[bot] 70e7f3e984 Bump tokio from 1.23.0 to 1.24.2 in /frameworks/Rust/axum 2 年之前
..
src 68244c7434 mongoDB fix and updates (#7882) 2 年之前
templates 472e245199 Rust Axum using sqlx 4 年之前
.gitignore dc7a3d11ad Update axum to 0.6.1 and update other packages (#7784) 2 年之前
Cargo.lock 70e7f3e984 Bump tokio from 1.23.0 to 1.24.2 in /frameworks/Rust/axum 2 年之前
Cargo.toml 70e7f3e984 Bump tokio from 1.23.0 to 1.24.2 in /frameworks/Rust/axum 2 年之前
README.md 3f80cbc3df Axum fixes and updates (#7278) 3 年之前
axum-mongo-raw.dockerfile 68244c7434 mongoDB fix and updates (#7882) 2 年之前
axum-mongo.dockerfile 68244c7434 mongoDB fix and updates (#7882) 2 年之前
axum-pg-pool.dockerfile 68244c7434 mongoDB fix and updates (#7882) 2 年之前
axum-pg.dockerfile 68244c7434 mongoDB fix and updates (#7882) 2 年之前
axum-sqlx.dockerfile 68244c7434 mongoDB fix and updates (#7882) 2 年之前
axum.dockerfile 68244c7434 mongoDB fix and updates (#7882) 2 年之前
benchmark_config.json 1ad1797620 Rust axum optimizations (#7304) 3 年之前
config.toml dc7a3d11ad Update axum to 0.6.1 and update other packages (#7784) 2 年之前
run.sh 13f1dc7c4f Rust axum optimizations (#6939) 3 年之前
rustfmt.toml 307a0ff45a Rust Axum using sqlx and bb8 4 年之前

README.md

Axum - Ergonomic and modular web framework built with Tokio, Tower, and Hyper

Description

Axum is a web application framework that focuses on ergonomics and modularity.

Database

PostgreSQL

Test URLs

Test 1: JSON Encoding

http://localhost:8000/json

Test 2: Single Row Query

http://localhost:8000/db

Test 3: Multi Row Query

http://localhost:8000/queries?q=20

Test 4: Fortunes (Template rendering)

http://localhost:8000/fortunes

Test 5: Update Query

http://localhost:8000/updates?q=20

Test 6: Plaintext

http://localhost:8000/plaintext