Skip to main content

4 docs tagged with "database"

View all tags

CLDR Locale Standards

Engineering guide for storing and using Unicode CLDR underscore-separated locale identifiers in backend libraries, database collations, and ICU-based systems.

Currency and Money Standards

Engineering guide for storing and handling monetary values as integers in the smallest currency unit to prevent floating-point precision errors.

Data Deletion Standards

Engineering guide defining when to use soft delete versus hard delete, and how to implement each correctly for audit, compliance, and data integrity.

Identifier (ID) Strategy

Engineering guide for choosing between UUID v7 and auto-incrementing integer IDs in databases and APIs.