awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
square avatar

square/sqlbriteArchived

0
View on GitHub↗
4,529 stars·412 forks·Java·Apache-2.0·9 vuessquare.github.io/sqlbrite/3.x/sqlbrite↗

Sqlbrite

Sqlbrite is a reactive SQLite database manager and lightweight wrapper for Android. It functions as a reactive SQL library that converts standard SQLite queries into observable streams, allowing the application to emit new results automatically when underlying database tables change.

The project provides a mechanism for tracking changes to specific database tables, triggering query refreshes without manual polling. It also includes an atomic transaction manager to group multiple SQL modifications into single units, ensuring data integrity and preventing redundant notifications.

The library handles local data persistence on Android by delegating schema operations and database lifecycle management to the standard SQLite helper. Its core capabilities cover real-time data observation and the management of database transactions.

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.

Historique des stars

Graphique de l'historique des stars pour square/sqlbriteGraphique de l'historique des stars pour square/sqlbrite

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Questions fréquentes

Que fait square/sqlbrite ?

Sqlbrite is a reactive SQLite database manager and lightweight wrapper for Android. It functions as a reactive SQL library that converts standard SQLite queries into observable streams, allowing the application to emit new results automatically when underlying database tables change.

Quelles sont les fonctionnalités principales de square/sqlbrite ?

Les fonctionnalités principales de square/sqlbrite sont : 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.

Quelles sont les alternatives open-source à square/sqlbrite ?

Les alternatives open-source à square/sqlbrite incluent : 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…

Alternatives open source à Sqlbrite

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Sqlbrite.
  • simolus3/driftAvatar de simolus3

    simolus3/drift

    3,231Voir sur 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
    Voir sur GitHub↗3,231
  • quarkusio/quarkusAvatar de quarkusio

    quarkusio/quarkus

    15,479Voir sur 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
    Voir sur GitHub↗15,479
  • delta-io/deltaAvatar de delta-io

    delta-io/delta

    8,596Voir sur 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
    Voir sur GitHub↗8,596
  • johnestropia/corestoreAvatar de JohnEstropia

    JohnEstropia/CoreStore

    4,055Voir sur 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
    Voir sur GitHub↗4,055
Voir les 30 alternatives à Sqlbrite→