On Sun, 2012-11-18 at 15:30 -0800, Marcio Andrey Oliveira wrote: > Hi. > > Thank you for replying. > > So the python library to access the database will be converted into > javascript code?
Nope. You don't access the database directly from you pyjs client. A typically setup is to have a json server and a pyjs client. The json server executes the commands and accesses the database server (if any). --
