Difference between revisions of "IT-SDK-Database"

From wiki.samerhijazi.net
Jump to navigation Jump to search
(Embedded)
(Connections)
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 16:44, 24 January 2021

Source

Notes

  • Agroal is a datasource connection pool implementation with integration with transaction, security and other systems.

Embedded