Database
2 posts
Database · ACID
[Database] ACID and CAP
2025. 7. 2.
Data Integrity and Consistency In a database, data integrity refers to whether the data is correct and free of defects. Synonyms include correctness, completeness, reliability, and
Java · Spring · Database
[Java/Spring] HikariCP
2023. 10. 1.
To connect to a database in a Java application using the JDBC (Java Database Connectivity) API, Connection instances must be obtained via the interface. is the standard interface d