This website requires JavaScript.
Explore
Help
Sign in
tombleron
/
rat
Watch
1
Star
0
Fork
You've already forked rat
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
No description
18
commits
1
branch
0
tags
86
KiB
Rust
100%
main
Find a file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Exact
Exact
Union
RegExp
Tombleron
65c77fc2a8
Merge feat/chat-backend: minimal chat backend (axum + sqlx, clean architecture)
2026-07-06 16:45:25 +07:00
.sqlx
feat: sqlite repositories with compile-time checked queries
2026-07-06 16:13:49 +07:00
.superpowers
/sdd
fix: 409 on duplicate username, enforce sqlite foreign keys, dedupe db_err
2026-07-06 16:44:01 +07:00
docs
/superpowers
Add chat backend implementation plan
2026-07-06 15:53:57 +07:00
migrations
feat: initial database schema
2026-07-06 16:03:33 +07:00
src
fix: 409 on duplicate username, enforce sqlite foreign keys, dedupe db_err
2026-07-06 16:44:01 +07:00
.env
feat: project scaffold with config and health route
2026-07-06 15:58:27 +07:00
.gitignore
feat: project scaffold with config and health route
2026-07-06 15:58:27 +07:00
Cargo.lock
chore: update Cargo.lock for uuid serde feature
2026-07-06 16:45:25 +07:00
Cargo.toml
feat: api state, error mapping, dtos, and auth extractor
2026-07-06 16:24:58 +07:00