synor/crates/synor-database/src
Gulshan Yadav 7e3bbe569c fix: implement incomplete features and apply linter fixes
- Fixed TransferDirection import error in ethereum.rs tests
- Implemented math.tanh function for Flutter tensor operations
- Added DocumentStore CRUD methods (find_by_id, update_by_id, delete_by_id)
- Implemented database gateway handlers (get/update/delete document)
- Applied cargo fix across all crates to resolve unused imports/variables
- Reduced warnings from 320+ to 68 (remaining are architectural)

Affected crates: synor-database, synor-bridge, synor-compute,
synor-privacy, synor-verifier, synor-hosting, synor-economics
2026-01-26 21:43:51 +05:30
..
gateway fix: implement incomplete features and apply linter fixes 2026-01-26 21:43:51 +05:30
graph fix: implement incomplete features and apply linter fixes 2026-01-26 21:43:51 +05:30
replication fix: implement incomplete features and apply linter fixes 2026-01-26 21:43:51 +05:30
sql fix: implement incomplete features and apply linter fixes 2026-01-26 21:43:51 +05:30
document.rs fix: implement incomplete features and apply linter fixes 2026-01-26 21:43:51 +05:30
error.rs feat(database): add Phase 10 Synor Database L2 foundation 2026-01-10 17:40:18 +05:30
index.rs fix: implement incomplete features and apply linter fixes 2026-01-26 21:43:51 +05:30
keyvalue.rs feat(database): add Phase 10 Synor Database L2 foundation 2026-01-10 17:40:18 +05:30
lib.rs feat(database): add SQL, Graph, and Raft Replication modules 2026-01-10 19:32:14 +05:30
query.rs feat(database): add Phase 10 Synor Database L2 foundation 2026-01-10 17:40:18 +05:30
schema.rs feat(database): add Phase 10 Synor Database L2 foundation 2026-01-10 17:40:18 +05:30
timeseries.rs feat(database): add Phase 10 Synor Database L2 foundation 2026-01-10 17:40:18 +05:30
vector.rs fix: implement incomplete features and apply linter fixes 2026-01-26 21:43:51 +05:30