martinjw / dbschemareader

Read database metadata (from SqlServer/Oracle/MySql/SQLite/PostgreSql/DB2 etc) into one simple model
Microsoft Public License
293 stars 128 forks source link

Whether to consider supporting https://www.dameng.com/ #172

Open 239573049 opened 1 year ago

martinjw commented 1 year ago

"The DM8 is a next-generation large general relational database that fully supports ANSI SQL standards and mainstream programming language interfaces/development frameworks. "

If it includes an INFORMATION_SCHEMA impleentation and has a .net ADO driver, it should be possible. There doesn't seem to be much English (or non-Chinese) documentation. Also no free or trial version.

If you have a DM8 database and can create the metadata queries (minimally tables/columns/views/procedures and parameters) then we will welcome a pull request :)