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-21 00:40:12 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
7fe146e1a5df52845155f64f69929d0f7c858e92
trailbase
/
crates
/
core
T
History
Sebastian Jeltsch
2cc0c3a90d
Improve component ABI mismatch error message.
2025-11-13 12:56:17 +01:00
..
benches
Make config validation rely only on SQLite schemas, rather than metadata. This avoids initialization order issue, where config loading depends on JSON Schema metadata and loading custom JSON schemas depends on the config. Now we can avoid double metadata init and more importantly propagate errors when JSON schemas referenced by the SQLite schemas are missing.
2025-11-02 20:54:16 +01:00
migrations
Cleanup: move all Rust code into a
crates/
directory.
2025-08-07 10:02:32 +02:00
proto
Add untested Apple (or "Sign-in with Apple) OAuth provider.
2025-10-27 18:48:33 +01:00
src
Improve component ABI mismatch error message.
2025-11-13 12:56:17 +01:00
templates
Bind primary key more strictly in record update requests.
2025-08-07 21:47:02 +02:00
tests
Make config validation rely only on SQLite schemas, rather than metadata. This avoids initialization order issue, where config loading depends on JSON Schema metadata and loading custom JSON schemas depends on the config. Now we can avoid double metadata init and more importantly propagate errors when JSON schemas referenced by the SQLite schemas are missing.
2025-11-02 20:54:16 +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.
2025-11-07 22:48:48 +01:00