This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
trailbase
Watch
1
Star
0
Fork
0
You've already forked trailbase
mirror of
https://github.com/trailbaseio/trailbase.git
synced
2026-05-20 00:09:21 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
auth_ui_introspection
trailbase
/
crates
/
core
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
History
Sebastian Jeltsch
7fd2b64938
WIP.
2026-01-15 14:03:00 +01:00
..
benches
Fix benchmark.
2026-01-06 10:13:28 +01:00
migrations
Introduce multi-DB support, i.e. Record APIs can be powered by
TABLE
s/
VIEW
s from different DBs. This can help with physical isolation and offer a path forward when locking bottlenecks are encountered.
2025-12-12 11:48:30 +01:00
proto
Introduce multi-DB support, i.e. Record APIs can be powered by
TABLE
s/
VIEW
s from different DBs. This can help with physical isolation and offer a path forward when locking bottlenecks are encountered.
2025-12-12 11:48:30 +01:00
src
WIP.
2026-01-15 14:03:00 +01:00
templates
Fix missing
total_count
for list queries with
?count=true&limit=0
.
#207
2026-01-10 22:56:21 +01:00
tests
Simplify WASM runtime integration.
2026-01-09 14:20:04 +01:00
.gitignore
Cleanup: move all Rust code into a
crates/
directory.
2025-08-07 10:02:32 +02:00
build.rs
Add a new
metadata.Metadata
proto separate from config to keep track of things last binary version.
2025-09-20 09:48:20 +02:00
Cargo.toml
Update Rust dependencies.
2026-01-14 20:26:50 +01:00