Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ala-garbaa-pro/DBML2Drizzle
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: RayChang/DBML2Drizzle
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 6 files changed
  • 1 contributor

Commits on Jul 15, 2025

  1. add .gitignore

    RayChang committed Jul 15, 2025
    Configuration menu
    Copy the full SHA
    74dda8c View commit details
    Browse the repository at this point in the history
  2. Adds DBML to Drizzle converter

    Adds a utility to convert DBML schema definitions into Drizzle-ORM code.
    
    This includes parsing DBML, handling enums, tables, fields,
    constraints, indexes, and relationships to generate corresponding
    Drizzle-ORM TypeScript definitions.
    
    It also includes unit tests to ensure basic conversion functionality.
    RayChang committed Jul 15, 2025
    Configuration menu
    Copy the full SHA
    4618872 View commit details
    Browse the repository at this point in the history
  3. Adds baseline coverage tests

    Adds tests to verify the baseline functionality of the DBML to Drizzle converter.
    It reads two DBML files and ensures that the converter can process them without errors,
    and that the output contains the expected table definitions.
    RayChang committed Jul 15, 2025
    Configuration menu
    Copy the full SHA
    47d5e17 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1 from RayChang/feat/conversion

    Enhances DBML to Drizzle conversion tests
    RayChang authored Jul 15, 2025
    Configuration menu
    Copy the full SHA
    2a1b72f View commit details
    Browse the repository at this point in the history
Loading