H2 is a relational database management system written in Java.
I am working a java application using H2 Database in embedded mode. My Application consumes 150mb of heap memory. Problem: …
h2 database-performanceIs there a (more or less) standard way to check not only whether a table named mytable exists, but also …
sql database h2 create-tableI am working on SpringBoot api and using H2 database with following property settings. spring.h2.console.enabled=true spring.…
spring-boot h2What are the benefits of using a JDBC connection pooling tool like DBCP or c3p0 ? in case of a …
java jdbc threadpool connection-pooling h2I'm using Spring Boot 1.4.1 with the H2 database. I have enabled the H2 console as described in the reference guide …
java spring-boot h2I'm currently starting a new Java application using the H2 database, but I have some confusion about basic SQL use …
sql database h2 create-tableI have couple of entities in my data layer stored in particular schema. For example: @Entity @Table(name = "FOO", schema = "…
spring-boot integration-testing h2 spring-test embedded-databaseI'm trying to make a connection from python2.7 to H2 (h2-1.4.193.jar - latest) H2 (is running and available): …
python-2.7 h2 jaydebeapiI'm building a Spring application and I need to inspect my H2 in-memory database while I'm running my JUnit tests …
spring junit h2