↧
3 Java Embedded Databases
An embedded database is a database technology in which database management solutions are embedded into an application rather than provided as standalone database-system. The embedded databases can be...
View ArticleBeginner’s Guide to PouchDB
PouchDB is an open source client-side database API written in JavaScript. It is modelled after CouchDB – a NoSQL database that runs within the browser. If you are not familiar with NoSQL databases, let...
View ArticleConcurrency and Locking with JPA: Everything You Need to Know
Imagine you have a system used by multiple users, where each user is trying to modify the same entity concurrently. How do you ensure that the underlying data’s integrity is preserved when accessed...
View Article