awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
square avatar

square/sqlbriteArchived

0
View on GitHub↗
4,529 stele·412 fork-uri·Java·Apache-2.0·3 vizualizărisquare.github.io/sqlbrite/3.x/sqlbrite↗

Sqlbrite

Sqlbrite este un manager de baze de date SQLite reactiv și un wrapper ușor pentru Android. Acesta funcționează ca o bibliotecă SQL reactivă care convertește interogările SQLite standard în fluxuri observabile, permițând aplicației să emită automat noi rezultate atunci când tabelele de bază se modifică.

Proiectul oferă un mecanism pentru urmărirea modificărilor în tabele specifice ale bazei de date, declanșând reîmprospătarea interogărilor fără polling manual. Include, de asemenea, un manager de tranzacții atomice pentru a grupa mai multe modificări SQL în unități unice, asigurând integritatea datelor și prevenind notificările redundante.

Biblioteca gestionează persistența datelor locale pe Android prin delegarea operațiunilor de schemă și a gestionării ciclului de viață al bazei de date către helper-ul standard SQLite. Capabilitățile sale principale acoperă observarea datelor în timp real și gestionarea tranzacțiilor bazei de date.

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.

Istoric stele

Graficul istoricului de stele pentru square/sqlbriteGraficul istoricului de stele pentru square/sqlbrite

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru Sqlbrite

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Sqlbrite.
  • simolus3/driftAvatar simolus3

    simolus3/drift

    3,231Vezi pe 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
    Vezi pe GitHub↗3,231
  • quarkusio/quarkusAvatar quarkusio

    quarkusio/quarkus

    15,479Vezi pe 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
    Vezi pe GitHub↗15,479
  • delta-io/deltaAvatar delta-io

    delta-io/delta

    8,596Vezi pe 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
    Vezi pe GitHub↗8,596
  • johnestropia/corestoreAvatar JohnEstropia

    JohnEstropia/CoreStore

    4,055Vezi pe 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
    Vezi pe GitHub↗4,055
Vezi toate cele 30 alternative pentru Sqlbrite→

Întrebări frecvente

Ce face square/sqlbrite?

Sqlbrite este un manager de baze de date SQLite reactiv și un wrapper ușor pentru Android. Acesta funcționează ca o bibliotecă SQL reactivă care convertește interogările SQLite standard în fluxuri observabile, permițând aplicației să emită automat noi rezultate atunci când tabelele de bază se modifică.

Care sunt principalele funcționalități ale square/sqlbrite?

Principalele funcționalități ale square/sqlbrite sunt: 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.

Care sunt câteva alternative open-source pentru square/sqlbrite?

Alternativele open-source pentru square/sqlbrite includ: 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…