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·7 व्यूज़square.github.io/sqlbrite/3.x/sqlbrite↗

Sqlbrite

Sqlbrite Android के लिए एक रिएक्टिव SQLite डेटाबेस मैनेजर और हल्का रैपर है। यह एक रिएक्टिव 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.

स्टार हिस्ट्री

square/sqlbrite के लिए स्टार हिस्ट्री चार्टsquare/sqlbrite के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

Sqlbrite के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Sqlbrite के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • simolus3/driftsimolus3 का अवतार

    simolus3/drift

    3,231GitHub पर देखें↗

    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,479GitHub पर देखें↗

    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,596GitHub पर देखें↗

    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,055GitHub पर देखें↗

    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 Android के लिए एक रिएक्टिव SQLite डेटाबेस मैनेजर और हल्का रैपर है। यह एक रिएक्टिव SQL लाइब्रेरी के रूप में कार्य करता है जो स्टैंडर्ड SQLite क्वेरीज़ को ऑब्जर्वेबल स्ट्रीम्स में बदलता है, जिससे एप्लिकेशन को अंतर्निहित डेटाबेस टेबल बदलने पर स्वचालित रूप से नए परिणाम उत्सर्जित करने की अनुमति मिलती है। यह प्रोजेक्ट विशिष्ट डेटाबेस टेबल में परिवर्तनों को ट्रैक करने के लिए एक तंत्र प्रदान करता है, जो मैन्युअल पोलिंग के बिना क्वेरी रिफ्रेश को ट्रिगर करता है। इसमें कई SQL…

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…