Where does H2's Embedded Databases Store the data?

前端 未结 3 1202
野趣味
野趣味 2020-12-04 15:34

So I just recently started learning about how databases work, how to use SQL ect. and decided to start implementing an embedded database into my Java application (specifical

3条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-04 15:59

    In windows, you need to set JDBC URL with this value:

    JDBC URL: jdbc:h2:mem:testdb
    

提交回复
热议问题