sync
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>ai.sqlite</groupId>
<artifactId>sync</artifactId>
<version>0.8.55</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>ai.sqlite</groupId>
<artifactId>sync</artifactId>
<version>0.8.55</version>
<packaging>aar</packaging>
<name>sqlite-sync</name>
<description>A multi-platform extension that brings a true local-first experience to your applications with minimal effort. It extends standard SQLite tables with built-in support for offline work and automatic synchronization, allowing multiple devices to operate independently—even without a network connection—and seamlessly stay in sync. With SQLite Sync, developers can easily build distributed, collaborative applications while continuing to rely on the simplicity, reliability, and performance of SQLite.</description>
<url>https://github.com/sqliteai/sqlite-sync</url>
<licenses>
<license>
<name>Elastic License 2.0</name>
<url>https://www.elastic.co/licensing/elastic-license</url>
</license>
</licenses>
<developers>
<developer>
<id>sqliteai</id>
<name>SQLite Cloud, Inc.</name>
<email>info@sqlitecloud.io</email>
<organization>SQLite Cloud, Inc.</organization>
<organizationUrl>https://sqlite.ai</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/sqliteai/sqlite-sync.git</connection>
<developerConnection>scm:git:ssh://github.com:sqliteai/sqlite-sync.git</developerConnection>
<url>https://github.com/sqliteai/sqlite-sync/tree/main</url>
</scm>
</project>