Difference between revisions of "IT-SDK-Database"

From wiki.samerhijazi.net
Jump to navigation Jump to search
m (Samerhijazi moved page IT-SDK-SQL to IT-SDK-Database without leaving a redirect)
(Embedded)
 
(11 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
* src: https://dbeaver.io/
 
* src: https://dbeaver.io/
 
* src: https://www.youtube.com/watch?v=G3gnMSyX-XM
 
* src: https://www.youtube.com/watch?v=G3gnMSyX-XM
=Postgres=
+
=Notes=
* See Docker-Section
+
* 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=
 +
* H2: https://h2database.com/
 +
* Apache Derby (aka Java DB): https://db.apache.org/derby/
 +
* 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