Description
Creates and reads constant databases designed for fast lookup of mostly static key-value data. It helps developers store generated indexes, maps, or reference tables without running a database server.
Constant databases are not meant for frequent in-place updates. Rebuild them from trusted input and validate generated files before using them in production tools.