You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 12, 2018. It is now read-only.
This ticket tracks "porting" the existing sqlite_schema.cljc code and definitions to Rust. In particular, handling the SQLite user version and schema upgrade paths to ensure the underlying SQL store is coherent.
This may require defining types for the part table, symbolic schema, ident<->entid maps, but we'll see as we go.
This ticket tracks "porting" the existing
sqlite_schema.cljccode and definitions to Rust. In particular, handling the SQLite user version and schema upgrade paths to ensure the underlying SQL store is coherent.This may require defining types for the part table, symbolic schema, ident<->entid maps, but we'll see as we go.
/cc @rnewman @joewalker