Skip to content

Sench Touch WebSQL proxy for connecting models and stores to local WebSQL databases

Notifications You must be signed in to change notification settings

guanxiong/Ext.data.WebSqlProxy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

# Ext.data.WebSqlProxy

A WebSQL proxy implementation for Sencha Touch based on Grgur Grisogono's implementation for ExtJS4.

Note: due to request, I have decided to release this earlier than I had intended to. It works as expected however there are probably improvements that can be made to the modifications (e.g. the inclusion of the ExtJS4 functions).

A few notes on the modifications:

- added a few of the missing functions from ExtJS4 that are not available in Sencha Touch; and
- extended the Ext.data.Proxy class and updated the calls to the superclass.

General improvements:

- now works with models/tables with '-' in their name.

Enjoy,

Lisimba Gilkes (lisimba.gilkes@lisimba.co.uk)

## License 

(The MIT License)

Copyright (c) 2009-2011 Grgur Grisogono grguru@gmail.com

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
'Software'), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Sench Touch WebSQL proxy for connecting models and stores to local WebSQL databases

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%