On Sat, Nov 3, 2012 at 8:32 PM, Abracadab <rlo.uga...@gmail.com> wrote:

> Hi, all. I'm building a Django app against a legacy HSQLDB database
> (the existing user interface is built in OpenOffice Base). Is there a
> way to use HSQLDB with Django? Alternatively, does anyone know if
> there's a way to easily alter the existing database to any of the
> existing Django/SQL interfaces?
>
> Django has been designed to be database agnostic, so in theory, it can
adapt to any SQL database. However, you need to have a  backend that
services that database. For example, Django doesn't ship with support for
MSSQL or Firebird, but there are external libraries that support those
databases.

Unfortunately, I'm not aware of any existing project to build a HSQLDB
backend for Django.

Yours,
Russ Magee %-)

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to