Difference between revisions of "IT-SDK-Database"

From wiki.samerhijazi.net
Jump to navigation Jump to search
(Connections)
(Embedded)
 
(7 intermediate revisions by the same user not shown)
Line 4: Line 4:
 
* src: https://www.youtube.com/watch?v=G3gnMSyX-XM
 
* src: https://www.youtube.com/watch?v=G3gnMSyX-XM
 
=Notes=
 
=Notes=
* '''Agroal''' is a datasource connection pool implementation with integration with transaction, security and other systems.
+
* Data in transit, refers to the data that is being transferred or transmitted.
 +
* Data at rest, refers to the data that is stored in persistent storage.
 +
* Persistent data in a database refers to data that is stored in a durable manner and is not lost when the system is shut down or restarted.
 +
=Tools=
 +
* https://www.heidisql.com/
  
 
=Embedded=
 
=Embedded=
* https://db.apache.org/derby/
+
* H2: https://h2database.com/
* https://h2database.com/html/main.html
+
* Apache Derby (aka Java DB): https://db.apache.org/derby/
* https://www.postgresql.org/
+
* PostgreSQL: https://www.postgresql.org/

Latest revision as of 11:40, 4 April 2024

Source

Notes

  • Data in transit, refers to the data that is being transferred or transmitted.
  • Data at rest, refers to the data that is stored in persistent storage.
  • Persistent data in a database refers to data that is stored in a durable manner and is not lost when the system is shut down or restarted.

Tools

Embedded