Exporting and importing data CSV (one Table at a time) CSV (all tables at once) CSV and remote database synchronization HTML and XML (one Table at a time) Data representation ...
Reading and managing email boxes (Experimental) Connection Fetching mail and updating flags Reading and managing email boxes (Experimental) The IMAP adapter is intended as a...
One to many relation Inner joins Left outer join Grouping and counting One to many relation To illustrate how to implement one to many relations with the DAL, define another...
Quickstart for Python/WSGI applications Installing uWSGI with Python support The first WSGI application Deploy it on HTTP port 9090 Adding concurrency and monitoring Putting be...
insert insert Given a table, you can insert records >>> db . person . insert ( name = "Alex" ) 1 >>> db . person . insert ( name = "Bob" ) 2 Insert returns the un...
Distributed transaction Distributed transaction At the time of writing this feature is only supported by PostgreSQL, MySQL and Firebird, since they expose API for two-phase co...
The ajax function Eval target Auto-completion Ajax form submission Voting and rating The ajax function In web2py.js, web2py defines a function called ajax which is based...
Field constructor Field types Run-time field and table modification Field constructor These are the default values of a Field constructor: Field ( fieldname , type = 'strin...
Components and plugins Components and plugins Components and plugins are relatively new features of web2py, and there is some disagreement between developers about what they ar...