Difference between revisions of "IT-SDK-Database"

From wiki.samerhijazi.net
Jump to navigation Jump to search
(Embedded)
Line 11: Line 11:
  
 
=Embedded=
 
=Embedded=
* https://db.apache.org/derby/
+
* H2: https://h2database.com/
* https://h2database.com/html/main.html
+
* Derby (Java DB): https://db.apache.org/derby/
* https://www.postgresql.org/
+
* PostgreSQL: https://www.postgresql.org/

Revision as of 11:32, 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