Implementing a DB Sync server-side app DB Sync server-side apps must use the DB Sync API to register changes in database tables that are shared with the DB Sync client apps. Concepts for DB Sync server-side appsDB Sync server-side apps use the DB Sync API to manage SQL table updates, ensure concurrent data access control, and log changes in the central database. These apps need specific runtime files, must operate within transaction blocks, and handle user permissions and synchronization conflicts to maintain data integrity.Step-by-step DB Sync server-side app implementationThis guide outlines the step-by-step process for implementing a DB Sync server-side app, detailing key stages such as planning, development, testing, and deployment to ensure a streamlined and efficient setup.Related conceptsImplementing a DB Sync client app