EveryDev.ai
Subscribe
Home
Tools

3,419+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2189
  • Coding1574
  • Infrastructure698
  • Marketing534
  • Projects498
  • Research456
  • Design416
  • Analytics389
  • Testing296
  • MCP290
  • Security286
  • Data262
  • Integration197
  • Prompts189
  • Communication183
  • Extensions173
  • Learning170
  • Voice151
  • Commerce135
  • DevOps123
  • Web86
  • Finance26
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. SQLite-Sync
    SQLite-Sync icon

    SQLite-Sync

    Database Tools
    Featured

    Offline-first CRDT sync for SQLite databases that enables conflict-free replication across devices, syncing to SQLite Cloud, PostgreSQL, or Supabase with no backend to build.

    Visit Website

    At a Glance

    Pricing
    Free tier available

    For prototypes, demos, and small experiments.

    SQLite Cloud Dev: $19/mo
    SQLite Cloud Pro: $79/mo
    SQLite Cloud Enterprise: Custom/contact
    +3 more plans

    Engagement

    Available On

    Windows
    macOS
    Linux
    Android
    iOS

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Database ToolsData SynchronizationAgent Memory

    Alternatives

    SyncularLiteFSTacnode
    Developer
    SQLite Cloud, Inc.San Francisco, CAEst. 2021$25.5M raised

    Listed Aug 2026

    About SQLite-Sync

    SQLite-Sync is a multi-platform SQLite extension that turns any local SQLite database into a conflict-free, offline-first replica. Built by SQLite Cloud, Inc., it uses CRDT (Conflict-free Replicated Data Types) algorithms to guarantee that devices can write independently — even without a network connection — and merge all changes automatically when connectivity returns. It syncs to SQLite Cloud, PostgreSQL, or Supabase as the central backend.

    What It Is

    SQLite-Sync is a database synchronization layer that extends SQLite with CRDT-based conflict resolution. Rather than requiring developers to build a custom sync protocol or backend, a single SQL function call (cloudsync_init) enables a table for sync, and cloudsync_network_sync() handles sending and receiving changes. The extension ships as a loadable SQLite module and is available for Linux, macOS, Windows, iOS, Android, and WebAssembly (WASM).

    How the CRDT Engine Works

    The sync engine implements several CRDT algorithms — Causal-Length Set, Delete-Wins, Add-Wins, and Grow-Only Set — to handle concurrent edits deterministically. Key guarantees include:

    • No data loss: devices update independently offline and all changes merge automatically on reconnect.
    • No conflicts: deterministic merge means no manual conflict resolution is ever required.
    • No extra infrastructure: a globally distributed network of CloudSync microservices handles routing, packaging, and delivery of changes between SQLite and other DBMS nodes.

    A notable feature called Block-Level LWW splits text columns into individual lines and merges them independently, specifically designed to keep markdown files and AI agent memory in sync when multiple agents or devices edit different sections of the same document.

    Platform and Integration Support

    SQLite-Sync is designed to fit into a wide range of runtimes:

    • Mobile: Swift (iOS via Swift Package), Android (ai.sqlite:sync on Maven Central), Flutter (sqlite_sync on pub.dev)
    • Web: WASM (@sqliteai/sqlite-wasm on npm)
    • Cross-platform JS: Expo (@sqliteai/sqlite-sync-expo), React Native (@sqliteai/sqlite-sync-react-native)
    • Backend sync targets: SQLite Cloud CloudSync, self-hosted PostgreSQL, self-hosted or cloud Supabase

    Row-Level Security (RLS) is enforced server-side, allowing a single shared cloud database to serve multiple tenants where each client syncs only the rows it is authorized to see.

    Part of the SQLite AI Ecosystem

    SQLite-Sync is one component in a broader suite of SQLite extensions maintained by SQLite Cloud, Inc. under the sqliteai GitHub organization. The ecosystem includes:

    • SQLite-AI: on-device LLM inference and embeddings
    • SQLite-Agent: autonomous AI agents running inside SQLite
    • SQLite-Memory: persistent, searchable memory for agents
    • SQLite-Vector: ANN vector search inside SQLite tables
    • SQLite-Columnar: column-oriented analytics for OLAP queries
    • SQLite-JS: custom SQLite functions written in JavaScript
    • SQLite-MCP: call MCP tools directly from SQL queries

    The managed backend for all of these is SQLite Cloud, which provides hosted infrastructure with auth, access control, edge functions, and observability.

    Update: Version 1.1.2

    The latest release is version 1.1.2, published on July 14, 2026. The repository was last pushed to on July 27, 2026, and was created in May 2025, indicating active and rapid development. The project follows semantic versioning, with PATCH releases delivering bug fixes and performance improvements without API changes. The PostgreSQL extension surfaces only MAJOR.MINOR in its catalog version, making PATCH releases transparent binary upgrades. The GitHub repository has accumulated 540 stars and 23 forks since its creation.

    SQLite-Sync - 1

    Community Discussions

    Be the first to start a conversation about SQLite-Sync

    Share your experience with SQLite-Sync, ask questions, or help others learn from your insights.

    Pricing

    FREE

    SQLite Cloud Free

    For prototypes, demos, and small experiments.

    • 1 CPU
    • 256 MB RAM
    • 512 MB storage
    • 20 max connections
    • Vector Search
    FREE

    CloudSync Free

    For testing CloudSync with small local-first apps.

    • 20 devices
    • 1 GB traffic
    • SQLite Cloud, PostgreSQL, or Supabase backend

    SQLite Cloud Dev

    For development teams building connected SQLite apps.

    $19
    per month
    • 1 CPU
    • 1 GB RAM
    • 3 GB storage
    • 100 max connections
    • Daily snapshots
    • 3-day log retention
    • Email support
    • CloudSync Free included
    • Vector Search
    • AI features
    • AES256 encryption
    • Authentication APIs
    • Edge functions
    • Row-Level Security
    • REST API
    • Webhooks
    • MCP Server
    • Drizzle Studio

    SQLite Cloud Pro

    For production workloads that need more capacity and insight.

    $79
    per month
    • 2 CPUs
    • 2 GB RAM
    • 30 GB storage
    • 400 max connections
    • Daily snapshots
    • 7-day log retention
    • Email + performance insights support
    • CloudSync Free included
    • Vector Search
    • AI features
    • AES256 encryption
    • Authentication APIs
    • Edge functions
    • Row-Level Security
    • REST API
    • Webhooks
    • MCP Server
    • Drizzle Studio

    SQLite Cloud Enterprise

    For teams that need custom capacity, regions, SLAs, or support.

    Custom
    contact sales
    • Custom CPU and RAM
    • Custom storage
    • Custom retention
    • Dedicated support
    • Custom snapshot schedule
    • Custom backend topology

    CloudSync Dev

    For teams syncing apps across users, devices, or workers.

    $49
    per month
    • 60 devices
    • 3 GB traffic
    • SQLite Cloud, PostgreSQL, or Supabase backend

    CloudSync Pro

    For production sync workloads with more devices and traffic.

    $149
    per month
    • 200 devices
    • 20 GB traffic
    • SQLite Cloud, PostgreSQL, or Supabase backend

    CloudSync Enterprise

    For thousands of devices, large agent fleets, huge sync traffic, or custom SLAs.

    Custom
    contact sales
    • Custom device capacity
    • Custom traffic
    • Special high-volume pricing
    • Custom backend topology
    View official pricing

    Capabilities

    Key Features

    • CRDT-based conflict-free sync
    • Offline-first local writes
    • Block-Level LWW for markdown and text columns
    • Row-Level Security (server-enforced)
    • Multi-platform support (iOS, Android, WASM, Linux, macOS, Windows)
    • Sync to SQLite Cloud, PostgreSQL, or Supabase
    • Single function call to enable sync
    • No backend to build
    • AI agent memory sync
    • Automatic conflict resolution
    • Built-in networking layer
    • Multi-tenant support with RLS
    • CRDT algorithms: Causal-Length Set, Delete-Wins, Add-Wins, Grow-Only Set

    Integrations

    SQLite Cloud
    PostgreSQL
    Supabase
    Swift / iOS
    Android (Maven Central)
    Flutter (pub.dev)
    React Native
    Expo
    WebAssembly (WASM)
    npm
    Drizzle Studio
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate SQLite-Sync and help others make informed decisions.

    Developer

    SQLite Cloud, Inc.

    SQLite Cloud, Inc. builds a suite of products that extend SQLite into a distributed, AI-native data layer spanning edge devices, browsers, robots, AI agents, and cloud infrastructure. Their platform includes SQLite Cloud (a fully managed SQLite backend), CloudSync (CRDT-based offline-first sync), and a family of open-source extensions for AI inference, vector search, agent memory, and MCP tool integration. The company also develops WASTE, an open-source embeddable C inference engine for running frontier models locally on consumer hardware.

    Founded 2021
    San Francisco, CA
    $25.5M raised
    30 employees

    Used by

    Individual developers
    AI Agent startups
    Field service application providers
    Read more about SQLite Cloud, Inc.
    WebsiteGitHubLinkedInX / Twitter
    2 tools in directory

    Similar Tools

    Syncular icon

    Syncular

    Offline-first SQL sync library with local SQLite on every client, a server-authoritative commit log, and TypeScript and Rust cores for web, iOS, Android, Flutter, React Native, Tauri, and Rust.

    LiteFS icon

    LiteFS

    A FUSE-based file system for replicating SQLite databases across a cluster of machines, intercepting writes to detect transaction boundaries and record changes in LTX files.

    Tacnode icon

    Tacnode

    PostgreSQL-compatible context lake that gives AI agents and automated systems shared, live, and semantically consistent context at decision time.

    Browse all tools

    Related Topics

    Database Tools

    AI-powered tools for database management, optimization, query construction, and schema design that enhance developer productivity and database performance.

    54 tools

    Data Synchronization

    AI-enhanced solutions that ensure data consistency across multiple systems with conflict resolution, automated transformation, and intelligent change detection.

    10 tools

    Agent Memory

    Memory layers, frameworks, and services that enable AI agents to store, recall, and manage information across sessions. These tools provide persistent, semantic, and contextual memory for agents, supporting personalization, long-term context retention, graph-based relationships, and hybrid RAG + memory workflows.

    113 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions