<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Python GUIs - sync</title><link>https://www.pythonguis.com/</link><description>Create GUI applications with Python and Qt</description><atom:link href="https://www.pythonguis.com/feeds/sync.tag.rss.xml" rel="self"/><lastBuildDate>Thu, 20 Aug 2020 09:00:00 +0000</lastBuildDate><item><title>Building an Offline-First App with Online Database Sync in Python — How to keep a local SQLite database in sync with a remote server</title><link>https://www.pythonguis.com/faq/how-to-create-online-offline-database-together/</link><description>I want my application to use an SQL database offline and also have an online database &amp;mdash; something like Google Contacts, where you save a contact and it automatically updates when you're connected to the internet. How do I create a local offline database that migrates changes to an online database when connected?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Martin Fitzpatrick</dc:creator><pubDate>Thu, 20 Aug 2020 09:00:00 +0000</pubDate><guid>tag:www.pythonguis.com,2020-08-20:/faq/how-to-create-online-offline-database-together/</guid><category>python</category><category>database</category><category>sql</category><category>sqlite</category><category>sync</category><category>databases</category></item></channel></rss>