Skip to content

cxdemxn/gobusit-db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

10 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

GoBusIt Database

This repository contains the database schema, ER diagrams, and migration scripts for the GoBusIt platform.

It defines the transport data model used by the backend services.


πŸ“¦ Contents

Schema Design

Migration Files

  • SQL scripts
  • Versioned changes
  • Seed data for development

Documentation

  • Plain‑English schema explanation
  • Field definitions
  • Constraints and indexing notes

πŸ“‚ Structure

/schema
β”œβ”€β”€ schema.md
/docs
β”œβ”€β”€ erd.mmd
/migrations
β”œβ”€β”€ v1__init.sql

🎯 Purpose

This repo exists to:

  • keep database design independent of backend code
  • allow schema evolution tracking
  • make architecture easier to understand for contributors
  • improve project professionalism

πŸ”— Related Repositories


πŸ“Œ Status

Initial schema finalized. Migration setup next.

About

Database schema, ERD diagrams, and migration files for the GoBusIt transport system.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors