G'Day,
Is it possible to query mySQL directly from within jQuery without having to use PHP/Python/Ruby etc.?
G'Day,
Is it possible to query mySQL directly from within jQuery without having to use PHP/Python/Ruby etc.?
You can't do it with MySQL because it uses a binary protocol that the browser doesn't speak. You can do it with CouchDB, though, which uses HTTP and JSON so it's perfect for this kind of thing.
no, jQuery is on client side and it isn't able to access directly to the database