Serverside support

2 views
Skip to first unread message

Martin Bories

unread,
Apr 30, 2011, 7:14:24 AM4/30/11
to jQuery Database Project
Heyho ;D.

How do you think about including support for serverside databases?
E.g. (thanks to Thorben Brodt from easy-coding.de) a dump method, that
exports the local database in SQL.
Or, what I was thinking about, the option to use the database at the
client side or at the server side.

This should be looking like that:

{{{
$.jdb({side: 'server', host: 'localhost', databaseName: 'myDB', user:
'root', password: 'myPW'});
$.jdb().createTable("test", ["name", "value"]); //creates the table
at the server database
}}}

Greetings,
Martin

Martin Bories

unread,
Apr 30, 2011, 8:30:44 AM4/30/11
to jQuery Database Project
Hardest problem for the implementation of a serverside database is the
security.

However, I just finished programming the "dump" method for exporting
all tables to SQL.
It will be released in version 1.1.0.0 (which will be released
tomorrow, I guess, with some more features for the adminpanel).

Greetings,
Martin
Reply all
Reply to author
Forward
0 new messages