awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
square avatar

square/sqlbriteArchived

0
View on GitHub↗
4,529 星标·412 分支·Java·Apache-2.0·6 次浏览square.github.io/sqlbrite/3.x/sqlbrite↗

Sqlbrite

Sqlbrite 是一个响应式 SQLite 数据库管理器,也是 Android 的轻量级封装库。它作为一个响应式 SQL 库,将标准 SQLite 查询转换为可观察流,允许应用程序在底层数据库表发生变化时自动发出新结果。

该项目提供了一种跟踪特定数据库表更改的机制,触发查询刷新而无需手动轮询。它还包含一个原子事务管理器,将多个 SQL 修改分组为单个单元,确保数据完整性并防止冗余通知。

该库通过将模式操作和数据库生命周期管理委托给标准 SQLite 助手来处理 Android 上的本地数据持久化。其核心能力涵盖实时数据观察和数据库事务管理。

Features

  • Reactive SQLite Libraries - Integrates SQLite into Android applications with reactive streams that automatically update the UI on data changes.
  • Android Device Storage - Provides local data persistence on Android devices using SQLite with a reactive information flow.
  • Cursor-Based Change Streaming - Transforms traditional SQLite result cursors into real-time data streams that automatically update the UI.
  • SQL Table Observers - Tracks changes to specific database tables to trigger automatic query refreshes without manual polling.
  • Auto-Updating Query Results - Emits new query results automatically whenever the underlying tracked tables are inserted, updated, or deleted.
  • Reactive SQL Query Execution - Executes SQL queries as reactive streams that emit new data upon table updates.
  • SQLite Database Management - Manages database transactions and schema operations on Android via a lightweight SQLite wrapper.
  • Android SQLite Management - Provides a lightweight wrapper around SQLiteOpenHelper for managing local persistence and schemas on Android.
  • Real-Time Data Synchronization - Synchronizes database state and views in real time by tracking changes in specific tables.
  • Table Change Streams - Links SQL queries to the tables they reference to automate the refreshing of active data streams.
  • Reactive Stream Bindings - Wraps standard SQLite cursors in observable streams to emit updated result sets to subscribers.
  • Table Change Observers - Monitors specific database tables to trigger automatic query re-execution when underlying data changes.
  • Atomic Transaction Execution - Groups SQL modifications into atomic transactions to ensure data integrity and prevent redundant event notifications.
  • Atomic Transactions - Groups multiple SQL modifications into single atomic units to ensure consistency and minimize notifications.
  • Database Transaction Management - Provides programmatic control over transaction boundaries to ensure data consistency and prevent redundant notifications.
  • Transaction Batching - Implements a mechanism to group multiple database operations into a single atomic transaction to prevent redundant notification cycles.
  • Persistence - Reactive wrapper around SQLiteOpenHelper.
  • Reactive Libraries - Provides reactive wrappers for database query results.

Star 历史

square/sqlbrite 的 Star 历史图表square/sqlbrite 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Sqlbrite 的开源替代方案

相似的开源项目,按与 Sqlbrite 的功能重合度排序。
  • simolus3/driftsimolus3 的头像

    simolus3/drift

    3,231在 GitHub 上查看↗

    Drift is a type-safe SQL persistence library and relational mapper that provides a structured way to map database tables to classes and execute SQL queries with build-time validation. It functions as a type-safe query builder and a wrapper for SQLite and PostgreSQL, eliminating manual result set parsing by binding query outputs to native objects. The project distinguishes itself through a build-time code generation system that produces type-safe APIs and validates raw SQL statements against database versions before execution. It features reactive query streaming, which transforms SQL queries

    Dartdartdart-build-systemflutter
    在 GitHub 上查看↗3,231
  • quarkusio/quarkusquarkusio 的头像

    quarkusio/quarkus

    15,479在 GitHub 上查看↗

    Quarkus is a Kubernetes-native Java framework designed for building high-performance, memory-efficient applications. It utilizes ahead-of-time native compilation to transform Java code into standalone, optimized binaries that eliminate the need for a virtual machine, enabling rapid startup and reduced memory consumption. By performing code augmentation during the build phase, it shifts heavy processing tasks away from runtime, ensuring that applications are optimized for cloud-native environments. The framework distinguishes itself through a unified approach to reactive and imperative program

    Javacloud-nativehacktoberfestjava
    在 GitHub 上查看↗15,479
  • delta-io/deltadelta-io 的头像

    delta-io/delta

    8,596在 GitHub 上查看↗

    Delta is a lakehouse table format that brings ACID transactions and data warehouse consistency to large scale data lakes on cloud object storage. It serves as an ACID transaction manager, coordinating atomic commits and serializable isolation for concurrent reads and writes across distributed compute engines. The project provides a multi-engine interoperability layer that uses format translation to allow diverse SQL engines and processing frameworks to read and write the same tables. It functions as a data versioning system, utilizing a transaction log to enable time travel, historical snapsh

    Scalaacidanalyticsbig-data
    在 GitHub 上查看↗8,596
  • johnestropia/corestoreJohnEstropia 的头像

    JohnEstropia/CoreStore

    4,055在 GitHub 上查看↗

    CoreStore is a type-safe Swift interface and persistence wrapper for managing local data storage and object graphs using the Core Data framework. It functions as an atomic persistence manager that executes data updates within transactional blocks to ensure changes are either fully saved or rolled back to prevent state corruption. The project provides a dedicated framework for performing sequential schema migrations through defined version chains and a type-safe object mapping system for importing external JSON data into persistent entities using Swift protocols. It includes a data binding la

    Swiftcarthagecocoapodscore-data
    在 GitHub 上查看↗4,055
查看 Sqlbrite 的所有 30 个替代方案→

常见问题解答

square/sqlbrite 是做什么的?

Sqlbrite 是一个响应式 SQLite 数据库管理器,也是 Android 的轻量级封装库。它作为一个响应式 SQL 库,将标准 SQLite 查询转换为可观察流,允许应用程序在底层数据库表发生变化时自动发出新结果。

square/sqlbrite 的主要功能有哪些?

square/sqlbrite 的主要功能包括:Reactive SQLite Libraries, Android Device Storage, Cursor-Based Change Streaming, SQL Table Observers, Auto-Updating Query Results, Reactive SQL Query Execution, SQLite Database Management, Android SQLite Management。

square/sqlbrite 有哪些开源替代品?

square/sqlbrite 的开源替代品包括: simolus3/drift — Drift is a type-safe SQL persistence library and relational mapper that provides a structured way to map database… quarkusio/quarkus — Quarkus is a Kubernetes-native Java framework designed for building high-performance, memory-efficient applications.… delta-io/delta — Delta is a lakehouse table format that brings ACID transactions and data warehouse consistency to large scale data… johnestropia/corestore — CoreStore is a type-safe Swift interface and persistence wrapper for managing local data storage and object graphs… pardom/activeandroid — ActiveAndroid is a persistence framework for managing local SQLite databases on Android. It provides an active record… guolindev/litepal — LitePal is an object-relational mapping library and SQLite database wrapper for Android applications. It replaces raw…