DBML(DatabaseMarkupLaguage)是一种开源的DSL语言,旨在定义和记录数据库模式和结构。它被设计为简单、一致和高度可读。它还配有命令行工具和开源模块,以帮助你在DBML和SQL之间转换。
特点:它简单、灵活且高度可读它与数据库无关,专注于基本的数据库结构定义,而不用担心每个数据库的详细语法在dbdiagram.io提供免费、简单的数据库可视化工具还附带一个免费的数据库文档应用程序,位于dbdocs.ioTableusers{iditegeruseramevarcharrolevarcharcreated_attimestamp}Tableposts{iditeger[primarykey]titlevarcharbodytext[ote:'Cotetofthepost']user_iditegerstatuspost_statuscreated_attimestamp}Eumpost_status{draftpublishedprivate[ote:'visibleviaURLoly']}Ref:posts.user_id>users.id//may-to-oe点击空白处退出提示
评论