H2DB 셋팅
H2DB 설치 및 셋팅 H2DB는 RDMBS(관계형 데이터 베이스)이다. oracle, mysql 등 과는 다르게 인메모리 데이터 베이스이다. 설치 링크 www.h2database.com/ H2 Database Engine (redirect) H2 Database Engine Welcome to H2, the free SQL database. The main feature of H2 are: It is free to use for everybody, source code is included Written in Java, but also available as native executable JDBC and (partial) ODBC API Embedded and client/server mo www.h..