简体   繁体   中英

Using a local database for java application

I am currently undergoing a project which requires a database. So far uptil now I have been using a sql localhost database, I was wondering if there was an alternative to this.

Similar to micrsoft access database where I could read from the local database file instead?

It sounds like you are talking about an embedded database.

Take a look at: http://www.h2database.com/html/main.html

You could use Hypersonic or Derby; the latter is part of the JDK now. SQLite is another possibility.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM