Databases

websites

HTML 5 offers the ability to access database storage in WebKit. The API is cumbersome and difficult to use. QuickconnectFamily Hybrid wraps this difficult to use API with a simple API. You can start, commit, and rollback transactions, query the database, insert data, create and drop tables, and anything else you normally can do with SQLite. All of this without needing to learn the overly complex standard API.

Not only can you execute individual SQL statements and statements as part of a transaction but you can also build SQL scripts in JavaScript with the QuickConnectFamily Hybrid DBScript object.

But QuickConnectFamily Hybrid doesn't stop there. With exactly the same API you can ship pre-built and filled SQLite files with your app and interact with it as if it was an HTML 5 database! All of this is accomplished using the DataAccessObject found in QuickConnect Hybrid.

To see the DataAccessObject API click here

To see the DBScript API click here

A QuickConnectFamily Hybrid easy-to-use Key-Value storage library is currently under development and will be available soon.

Data Synchronization

websites

Whether you are using a built-in HTML 5 database or shipping a pre-built SQLite file QuickConnectFamily Hybrid includes the ability to synchronize your data with a remote database. This is the only free, open source library available. What ever database you are currently using it works. What ever backend server language you are using it works.

QuickConnectFamily Hybrid allows you to be in charge of the backend. No expensive server to buy. No expensive database to buy. Just connect it up to your existing server and start syncing.

When QuickConnectFamily Hybrid's Key-Value storage library is complete it will also work with synchronization.

File I/O

websites

QuickConnectFamily Hybrid includes the ability to read, write, download, and upload files. With no limits your app can be what you want it to be.