Difference between revisions of "IT-SDK-Database"
Jump to navigation
Jump to search
Samerhijazi (talk | contribs) (→XX) |
Samerhijazi (talk | contribs) (→Embedded) |
||
| Line 12: | Line 12: | ||
=Embedded= | =Embedded= | ||
* H2: https://h2database.com/ | * H2: https://h2database.com/ | ||
| − | * Derby (Java DB): https://db.apache.org/derby/ | + | * Apache Derby (aka Java DB): https://db.apache.org/derby/ |
* PostgreSQL: https://www.postgresql.org/ | * PostgreSQL: https://www.postgresql.org/ | ||
Latest revision as of 11:40, 4 April 2024
Contents
Source
- src: https://gist.github.com/hofmannsven/9164408
- src: https://dbeaver.io/
- src: https://www.youtube.com/watch?v=G3gnMSyX-XM
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
- H2: https://h2database.com/
- Apache Derby (aka Java DB): https://db.apache.org/derby/
- PostgreSQL: https://www.postgresql.org/