verneuil VS WCDB

Compare verneuil vs WCDB and see what are their differences.

verneuil

Verneuil is a VFS extension for SQLite that asynchronously replicates databases to S3-compatible blob stores. (by backtrace-labs)

WCDB

WCDB is a cross-platform database framework developed by WeChat. (by Tencent)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
verneuil WCDB
5 2
392 10,461
1.5% 4.8%
6.7 9.7
2 months ago 14 days ago
C C
MIT License GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

verneuil

Posts with mentions or reviews of verneuil. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-09-13.
  • Show HN: Query SQLite files stored in S3
    10 projects | news.ycombinator.com | 13 Sep 2022
  • Embedded database with VFS support?
    1 project | /r/rust | 22 Aug 2022
    It'd be process wide. If you want an example can check out the example using a vfs here. There's an explicit passing of vfs there and an implicit usage of it. https://github.com/backtrace-labs/verneuil/blob/main/examples/rusqlite_integration.rs
  • LiteFS a FUSE-based file system for replicating SQLite
    5 projects | news.ycombinator.com | 26 Jul 2022
  • A database for 2022 ยท Tailscale
    1 project | /r/programming | 2 Apr 2022
    It doesn't even have to be WAL-based system. Backtrace Labs has a SQLite virtual file system (VFS) called Verneuil that works similarly but works with the rollback journal instead of the WAL.
  • Ask HN: P2P Databases?
    3 projects | news.ycombinator.com | 1 Mar 2022
    https://github.com/backtrace-labs/verneuil/ is one way to address the diffing / read replica part of the problem. I believe it's compatible with gossipping: most of the data is in small content-addressed chunks, with small manifests that tell clients what chunks to fetch and how to reassemble them to recreate a sqlite database. There's already client-side caching to persistent storage, and chunks can be fetched on demand.

    Sharing replication data P2P, while retaining the simplicity of a single authoritative writer per database, is explicitly part of the project's long-term goals!

WCDB

Posts with mentions or reviews of WCDB. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-01-21.
  • Awesome macOS Libraries List
    76 projects | dev.to | 21 Jan 2022
    WCDB - WCDB is a cross-platform database framework developed by WeChat. Language: C.
  • Cross-Database Queries in SQLite
    7 projects | news.ycombinator.com | 21 Feb 2021
    SQLite is so ubiquitous you'd be hard pressed to find an app or service that doesn't use it.

    Look through the licenses for the software included as part of your phone's OS. You'll find SQLite in there.

    Search GitHub for sqlite, there are several projects with thousands of stars that use SQLite. Here's one: https://github.com/Tencent/wcdb

What are some alternatives?

When comparing verneuil and WCDB you can also consider the following projects:

litefs - FUSE-based file system for replicating SQLite databases across a cluster of machines

GRDB.swift - A toolkit for SQLite databases, with a focus on application development

go-ds-crdt - A distributed go-datastore implementation using Merkle-CRDTs.

MMKV - An efficient, small mobile key-value storage framework developed by WeChat. Works on Android, iOS, macOS, Windows, and POSIX.

dqlite - Embeddable, replicated and fault-tolerant SQL engine.

Realm - Realm is a mobile database: a replacement for Core Data & SQLite

bb-remote-execution - Tools for Buildbarn to allow remote execution of build actions

SQLite.swift - A type-safe, Swift-language layer over SQLite3.

s3fs - S3 Filesystem

FMDB - A Cocoa / Objective-C wrapper around SQLite

s3sqlite - Query SQLite files in S3 using s3fs

ObjectBox embedded database - Swift database - fast, simple and lightweight (iOS, macOS)