IT-SDK-Database
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/