awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 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·3 Aufrufesquare.github.io/sqlbrite/3.x/sqlbrite↗

Sqlbrite

Sqlbrite ist ein reaktiver SQLite-Datenbankmanager und ein leichtgewichtiger Wrapper für Android. Er fungiert als reaktive SQL-Bibliothek, die standardmäßige SQLite-Abfragen in beobachtbare Streams umwandelt, sodass die Anwendung automatisch neue Ergebnisse ausgibt, wenn sich zugrunde liegende Datenbanktabellen ändern.

Das Projekt bietet einen Mechanismus zur Verfolgung von Änderungen an spezifischen Datenbanktabellen, wodurch Abfrage-Aktualisierungen ohne manuelles Polling ausgelöst werden. Es enthält zudem einen atomaren Transaktionsmanager, um mehrere SQL-Modifikationen in Einheiten zu gruppieren, was die Datenintegrität sicherstellt und redundante Benachrichtigungen verhindert.

Die Bibliothek verwaltet die lokale Datenpersistenz unter Android, indem sie Schema-Operationen und das Datenbank-Lifecycle-Management an den Standard-SQLite-Helper delegiert. Die Kernfunktionen umfassen die Echtzeit-Datenbeobachtung und die Verwaltung von Datenbanktransaktionen.

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-Verlauf

Star-Verlauf für square/sqlbriteStar-Verlauf für square/sqlbrite

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Häufig gestellte Fragen

Was macht square/sqlbrite?

Sqlbrite ist ein reaktiver SQLite-Datenbankmanager und ein leichtgewichtiger Wrapper für Android. Er fungiert als reaktive SQL-Bibliothek, die standardmäßige SQLite-Abfragen in beobachtbare Streams umwandelt, sodass die Anwendung automatisch neue Ergebnisse ausgibt, wenn sich zugrunde liegende Datenbanktabellen ändern.

Was sind die Hauptfunktionen von square/sqlbrite?

Die Hauptfunktionen von square/sqlbrite sind: 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.

Welche Open-Source-Alternativen gibt es zu square/sqlbrite?

Open-Source-Alternativen zu square/sqlbrite sind unter anderem: 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…

Open-Source-Alternativen zu Sqlbrite

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Sqlbrite.
  • simolus3/driftAvatar von simolus3

    simolus3/drift

    3,231Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗3,231
  • quarkusio/quarkusAvatar von quarkusio

    quarkusio/quarkus

    15,479Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗15,479
  • delta-io/deltaAvatar von delta-io

    delta-io/delta

    8,596Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗8,596
  • johnestropia/corestoreAvatar von JohnEstropia

    JohnEstropia/CoreStore

    4,055Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,055
Alle 30 Alternativen zu Sqlbrite anzeigen→