タグ

関連タグで絞り込む (0)

  • 関連タグはありません

タグの絞り込みを解除

SQLとmarkupとOSSに関するdrumscoのブックマーク (1)

  • Home | DBML

    Intro​ DBML (Database Markup Language) is an open-source DSL language designed to define and document database schemas and structures. It is designed to be simple, consistent and highly-readable. It also comes with command-line tool and open-source module to help you convert between DBML and SQL. Table users { id integer username varchar role varchar created_at timestamp } Table posts { id integer

    Home | DBML
    drumsco
    drumsco 2022/10/09
    DBスキーマ定義用のMarkup Langage. dbdiagram.io で 2018年頃から開発された。DDLでもいいけど、これが業界標準になってくれたら、RDBMSの差異もある程度は吸収できるスキーマ定義にできそう。
  • 1