Skip to content

Sqlite-sync.com is a framework for synchronizing data between a Sqlite database and an MS SQL/MySQL/Oracle/PostgreSQL database. With this framework your application can work completely offline (Airplane Mode), then perform an automated Bidirectional Synchronization when an internet connection becomes available.

Notifications You must be signed in to change notification settings

rayhi/SQLite-sync.com

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQLite-sync.com version 3

For samples for older version 2.x see branch 'clients-for-v2.x'

Mobile users now expect desktop quality data driven interactive applications.

Yet as a mobile users, ‘Offline’ or ‘Intermittent connectivity’ is a fact of life.

Mobile networks simply don’t provide that same level of consistency that we get from the desktop. We, as app developers can’t keep building applications with the desktop mentality of assuming we have a permanent, fast and reliable connection.

The time has come for mobile app developers to accept reality.

It’s time to think about designing and building our applications as ‘offline-first’, where the offline mode isn’t simply a fall-back for an error scenario but the main mode of operation, and internet connectivity is established under app control.

There are many ways to build mobile applications and we all have our own favourite tools which we don’t want to give up.

When building data driven occasionally connected mobile applications, the common issue we all face is Bi-Directional Data Synchronisation and when/where to start that sync. Automatic data sync when a connection becomes available can create its own issues. What is needed is a simple and controlled method for performing Bi-Directional Synchronisation.

SQLite-sync service provides you with a possibility of providing your system with full functionality even when not connected to the Internet.

The service supports many different platforms, such as:

  • Android
  • iOS
  • Xamarin
  • .NET (C#)
  • Javascript
  • JQuery
  • Sencha Touch
  • Universal Windows Platform

Our priority is our customer therefore do not hesitate to get in touch with us under support@sqlite-sync.com. We read every email and every incoming message is given the highest priority.

In a nutshell:

SQLite-Sync Offline-first applications, with working offline SQLite storage. Synchronisation with Microsoft SQL or MySQL back-end servers. Automatic mobile schema creation if required. ‘Click-To-Sync’ web service. Various platforms supported. Two subsriptions: Paid and Open-Source

Find out more at: www.sqlite-sync.com

About

Sqlite-sync.com is a framework for synchronizing data between a Sqlite database and an MS SQL/MySQL/Oracle/PostgreSQL database. With this framework your application can work completely offline (Airplane Mode), then perform an automated Bidirectional Synchronization when an internet connection becomes available.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 44.3%
  • PowerShell 19.6%
  • Java 11.2%
  • C# 9.8%
  • TypeScript 6.8%
  • JavaScript 4.7%
  • Other 3.6%