🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
## DBStyle SQLManager另外一个最重要的配置是DBStyle,每个数据库都在BeetlSQL里都有一个DBStyle,即使某些数据库是类似的,比如MySqlStyle和DamengStyle(达梦),PostgresStyle和OpenGaussStyle(华为高斯) DBStyle决定了数据库独特的特性,这会在BeetlSQL3扩展里专门讲到。这里列出一些主要的数据库和对应的DbStyle * MySQL : MySqlStyle * Oralce: OracleStyle * Postgres: PostgresStyle * SQL Server :SqlServerStyle 或者 SqlServer2012Style(适用2012以上) * H2:H2Style * DB2,DB2SqlStyle * Derby:DerbyStyle * SQLite:SQLiteStyle * Clickhouse:ClickHouseStyle * Apache Cassandra:CassandraSqlStyle * Apache Drill:DrillStyle * Apache Druid:DruidStyle * Apache Hbase:HBaseStyle * Apache Hive:HiveStyle * Apache Ignite: IgniteStyle * CouchBase:CouchBaseStyle * Machbase:MachbaseStyle * PrestoSQL: PrestoStyle * 神通数据库:ShenTongSqlStyle * 阿里云数据库 polar:PolarDBStyle * TD-Engine :TaosStyle * 华为高斯:OpenGaussStyle * 人大金仓:KingbaseStyle * 达梦:DamengStyle * 等等 如果你的数据库不在列表里,但兼容某协议,比如大量云数据库兼容postgres,mysql协议,那么,你可以尝试使用这些库的DBStyle.