| Class | Description |
|---|---|
| GenericDataSource |
This is the generic Hikari datasource and it is suitable if you only have one database
in your application.
|
| H2DataSource |
H2 database data source.
|
| MariaDataSource |
Maria DB data source that is a drop-in replacement for Mysql database.
|
| MysqlDataSource |
The most populate open source database.
|
| OracleDataSource |
Oracle database data source.
|
| PostgresDataSource |
Another popular open source database.
|
| SqlServerDataSource |
Microsoft SQL Server database data source.
|
Copyright © 2020. All rights reserved.