Embeding HSQLDB in a standalone App

23 views
Skip to first unread message

Kapil Solanki

unread,
May 19, 2015, 1:35:33 PM5/19/15
to django...@googlegroups.com
Hi All,

I need to embed hsqldb in my project. I have been looking for solution online but couldnt find a proper one.
BDW am new to django and python so its bit difficult also for me to search the right solution.
Please suggest if there is any hsqldb llibraries or any module for django app which i can include and start performing db operation in my app.

Thanks in advance.

Javier Guerra Giraldez

unread,
May 19, 2015, 1:45:14 PM5/19/15
to django...@googlegroups.com
On Tue, May 19, 2015 at 6:49 AM, Kapil Solanki <fictio...@gmail.com> wrote:
> I need to embed hsqldb in my project. I have been looking for solution
> online but couldnt find a proper one.


AFAICT, hsqldb is a Java library, you need a Java program to call it.

Maybe it's possible to call the JVM from Python... or write a
standalone Java program and drive it from Python... not what i would
call "a proper solution".

the cleanest solution seems to be doing your project in Java.

--
Javier

Kapil Solanki

unread,
May 19, 2015, 2:14:47 PM5/19/15
to django...@googlegroups.com
Thanks for your reply Javier. You are right, it can be done using java. I can make use of Jython to invoke a java code but i am looking for python library if it is available for hsqldb.
I wish i could change my project to java but thats not an option for now.

Russell Keith-Magee

unread,
May 20, 2015, 12:58:46 AM5/20/15
to Django Users
My guess - you'll need to use the JDBC interface. There are several JDBC libraries for python; I have no idea how robust they are, but if there isn't a well known Python API for HSQLDB, using JDBC will be your best option.

Yours,
Russ Magee %-)

Robert librado

unread,
May 20, 2015, 2:06:37 AM5/20/15
to django...@googlegroups.com
Anybody understand how to connect Django and Jquery UI together I downloaded the Files and added to the site and added html and inserted the code yet it does not do the jquery motions like drag just comes out plain Ive done python manage.py collectstatic 

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAJxq84--Q%3D5zh5rfuQUFB6bbq4Qi8SAXMv8_Nmca036VQc1bYw%40mail.gmail.com.

For more options, visit https://groups.google.com/d/optout.

Bill Freeman

unread,
May 20, 2015, 3:06:12 PM5/20/15
to django-users
Can you access the js files via their static urls?
Does your html load the js (e.g. in script tags)?
Can you make it work with html accessed via file:/// type urls (keeping django out of the mix)?

Reply all
Reply to author
Forward
0 new messages