Add support for embedded database
Opened this issue · 2 comments
GoogleCodeExporter commented
Currently, Pennybank needs a MySQL installation to work. It should be able to
work with other
databases by changing Hibernate's configuration, so an embedded one would be a
good choice for
allowing a painless deployment of the application.
A good candidate could be SQLite, but Hibernate's lack of support could make it
harder. So another
option could be [http://www.h2database.com/ H2 database]
Original issue reported on code.google.com by bulfai...@gmail.com
on 14 Mar 2009 at 11:19
GoogleCodeExporter commented
H2 Database is working now, and has passed all JUnit tests.
Original comment by bulfai...@gmail.com
on 15 Mar 2009 at 12:53
- Changed state: Started
GoogleCodeExporter commented
The problem now is where should be stored the embedded database. I'm searching
it in Internet, but may try to
do it by irc.
Original comment by bulfai...@gmail.com
on 15 Mar 2009 at 7:25