Skip to content

api-evangelist/database-schema-design

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Database Schema Design (database-schema-design)

Database Schema Design is the practice of defining the tables, columns, data types, constraints, indexes, and relationships that make up a database. It applies to relational, document, key-value, columnar, and graph stores, and is supported by ER tooling, schema-as-code formats like DBML and Prisma, migration tools like Liquibase and Flyway, and emerging schema registries for streaming and document data.

URL: Visit APIs.json URL

Scope

  • Type: Topic
  • Position: Consumer
  • Access: 3rd-Party

Tags

  • Data Modeling
  • Database
  • Database Schema Design
  • Schema Design
  • Software Architecture

Timestamps

  • Created: 2025-01-01
  • Modified: 2026-04-30

Common Resources

Standards & References

Schema-as-Code & Tools

Migrations & Registries

Reference

Maintainers

FN: Kin Lane

Email: kin@apievangelist.com

About

Database Schema Design is the practice of defining the tables, columns, data types, constraints, indexes, and relationships that make up a database.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors