I have created a web2py DALnr Proof of Concept application.

It may be downloaded from

   
http://mygaedrive.appspot.com/?uploadmbID=1251549230&srv=www&filename=DALnrPOC001_v0008.zip

This demonstrates hybrid sqlrows which have both sql properties and
non-relational native GAE datastore properties.

It is a complete web2py app based on web2py source code 1.65.5

It is using my enhanced version of T3, plus it has the DALnr POC.

You can find my 'nr hybrid' enhancements to the DAL by searching for
"DLypka"

I suggest that you read file db.py first.

Then read
     MyGAEBaseClasses.py and
     gql.py

I believe we can satisfy the
"every web2py app that runs on GAE runs everywhere else"  for example
by initially using nr GAE functionality internally in the web2py  join
and NOT actually exposing any nr functionality.

The web2py sql rows would be hybrid so that web2py itself is globally
compatible and yet GAE developers have the
option to additionally access the hybrid sqlrows thru the native GAE
SDK functions as well, if they wish to go GAE-specific.

 I look forward to your comments.

- Dave Lypka
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to