Difference between revisions of "IT-SDK-Database"
Jump to navigation
Jump to search
Samerhijazi (talk | contribs) (→Source) |
Samerhijazi (talk | contribs) (→Embedded) |
||
| Line 10: | Line 10: | ||
* https://h2database.com/html/main.html | * https://h2database.com/html/main.html | ||
* https://www.postgresql.org/ | * https://www.postgresql.org/ | ||
| + | ==Connections== | ||
| + | * ref: https://quarkus.io/guides/datasource | ||
| + | * JDBC Datasource & Pooling >> Agroal | ||
| + | * Reactive Datasource & Pooling >> Vert.x | ||
Revision as of 10:17, 22 January 2021
Contents
Source
- src: https://gist.github.com/hofmannsven/9164408
- src: https://dbeaver.io/
- src: https://www.youtube.com/watch?v=G3gnMSyX-XM
Notes
- Agroal is a datasource connection pool implementation with integration with transaction, security and other systems.
Embedded
Connections
- ref: https://quarkus.io/guides/datasource
- JDBC Datasource & Pooling >> Agroal
- Reactive Datasource & Pooling >> Vert.x