Category Archives: h2 Database

Khóa học miễn phí H2 Database – Quick Guide nhận dự án làm có lương

H2 Database – Quick Guide H2 Database – Introduction H2 is an open-source lightweight Java database. It can be embedded in Java applications or run in the client-server mode. Mainly, H2 database can be configured to run as inmemory database, which means that data will not persist on the disk. Because of embedded database it […]

Khóa học miễn phí H2 Database – Installation nhận dự án làm có lương

H2 Database – Installation H2 is a database written in Java. We can easily embed this database to our application by using JDBC. We can run this on many different platforms or any version of Java Runtime Environment. However, before installing the database, there should be Java installed in the system. Verify Java Installation If […]