makumba / makumba

Makumba helps you rapidly develop data driven web applications. Provides a custom JSP taglib as a main interface, but leaves API open for advanced access. It is implemented in Java.
https://www.makumba.org
GNU Lesser General Public License v2.1
5 stars 2 forks source link

support for SQLite #752

Open ghost opened 14 years ago

ghost commented 14 years ago

Reported by @cristianbogdan on 4 May 2010 11:17 UTC the current maven archetype distributes makumba with hsqldb. hsqldb seems to be well maintained and released with openoffice org

is it worth looking into SQLite? it's on any phone nowadays, they claim it's the most widely distributed database. self-contained, serverless, zero-configuration, transactional...

it's not java, it's a C thing but is that a requirement? not sure whether it can be installed by maven, probably not. but since it's so easy to install, it might make sense to assume that the mak:user can install it separately.

Migrated-From: http://trac.makumba.org/ticket/1207

ghost commented 14 years ago

Comment by @rudolfmayer on 4 May 2010 11:42 UTC I think that support for SQLite would be great (than I can read my Amarok database in makumba, yeah ;-))

But I would not go for replacing HSQLDB with SQLite in the maven archetype; imho, the maven archetype should be self-contained, and not require any additional effort.

ghost commented 13 years ago

Modified by @manuelbernhardt on 28 Jun 2010 07:22 UTC

ghost commented 13 years ago

Modified by @manuelbernhardt on 28 Jun 2010 07:24 UTC

ghost commented 13 years ago

Modified by @manuelbernhardt on 28 Jun 2010 07:36 UTC