On Wed, Apr 7, 2010 at 3:45 PM, Victor Hooi <victorh...@gmail.com> wrote:
> heya,
>
> This is a bit of random musing, but I was wondering, how big a project
> is it to write a DB adapter for the Client-side Client-side Database
> Storage API in HTML5?
>
> That is, there are already efforts to integrate in things like CouchDB
> and MongoDB models, surely using HTML5's client-side Storage wouldn't
> be too much of a stretch.
>
> Are there any large barriers to an effort like this?

Django makes available all the model metadata you would need to
approach such a project. The biggest impediment is time and
inclination.

It's not a simple task (especially when you start to approach
synchronization between client and server-side), but it's certainly an
interesting problem if you're looking for a challenge.

Yours,
Russ Magee %-)

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

Reply via email to