mirror of
https://gitee.com/devlive-community/datacap.git
synced 2024-12-02 12:07:37 +08:00
plugin: add pgsql dirver
This commit is contained in:
parent
45052f4781
commit
4b033cb72e
@ -17,7 +17,7 @@
|
||||
<module>mysql</module>
|
||||
<module>clickhouse</module>
|
||||
<module>presto</module>
|
||||
<module>pgsql</module>
|
||||
<module>postgresql</module>
|
||||
<module>redis</module>
|
||||
</modules>
|
||||
</project>
|
@ -13,7 +13,7 @@ public class PostgreSQLPluginModule
|
||||
@Override
|
||||
public String getName()
|
||||
{
|
||||
return "PgSQL";
|
||||
return "PostgreSQL";
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user