> I work on an application that uses an SQLite database as it's binary document 
> format (with a custom extension). Now we want to develop a Web App variation 
> of that application, that should be able to read and write those 
> documents/databases. Since the Web App is written in Javascript, I am now 
> looking for a Javascript implementation of the SQLite library.

> I have used the C SQLite library in the past, so I know about using SQLite 
> from C. However, I am just starting with Javascript and Web Apps and I am 
> quite a newbie on that side (Other people on the team are experienced, but I 
> have been asked to work on the SQLite integration).

> What would be my options?


JSDB (SQLite library embedded ) <www.jsdb.org> is worth a look:

"JSDB is JavaScript for databases, a scripting language for data-driven, 
network-centric programming on Windows, Mac, Linux, and SunOS. JSDB works with 
databases, XML, the web, and email. It is free and open-source. Use it as a 
JavaScript shell, to run CGI programs, or as a web server". (home page)


Regards,
Etienne
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to