Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Latest commit

 

History

History
12 lines (8 loc) · 385 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 385 Bytes

schemata

Write down the schema for your key-value store once, in a canonical representation, and then use generated, type-safe constructors for keys: never typo a key or deserialize to the wrong value type again!

License

This work is dual-licensed under Apache 2.0 and MIT. You can choose between one of them if you use this work.

SPDX-License-Identifier: MIT OR Apache-2.0