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
db_schema_* API for verifying that the application schema matches the stored data. This should be separate from the database schema version that we store currently. It should be forward-compatible for changes that support it. We need to store column names and types. Types should be stored as strings for maximum extensibility.
It'd also be nice to have a blob/buffer type. With escaping instead of length-prefixing, that way we could handle truncated hash URIs easily (assuming we switch to hash normalization).
The text was updated successfully, but these errors were encountered:
db_schema_*
API for verifying that the application schema matches the stored data. This should be separate from the database schema version that we store currently. It should be forward-compatible for changes that support it. We need to store column names and types. Types should be stored as strings for maximum extensibility.It'd also be nice to have a blob/buffer type. With escaping instead of length-prefixing, that way we could handle truncated hash URIs easily (assuming we switch to hash normalization).
The text was updated successfully, but these errors were encountered: