dbml icon indicating copy to clipboard operation
dbml copied to clipboard

Can it support other database?

Open Mrxyy opened this issue 2 years ago • 1 comments

First of all, I want to praise this great library. Unfortunately, it doesn't fully meet my current needs as I require support for Oracle databases. Do you have any plans to add this feature in the near future?

Mrxyy avatar Sep 18 '23 03:09 Mrxyy

Hi @Mrxyy,

We intend to revamp our old parsers (MySQL, ...) before supporting new SQL parsers.

In the meantime, you are welcomed to contribute to this project. There are some useful resources to get started:

  • https://github.com/holistics/dbml/blob/master/CONTRIBUTING.md
  • https://github.com/holistics/dbml/blob/master/packages/dbml-core/src/parse/ANTLR/README.md#setup-a-new-parser
  • https://github.com/antlr/grammars-v4/tree/master/sql/plsql

nguyenalter avatar Sep 18 '23 04:09 nguyenalter