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
·

1 dépôt

Awesome GitHub RepositoriesRemote Database Loaders

Mechanisms for loading remote database files into a local engine by fetching specific byte ranges.

Distinct from SQLite Databases: Distinct from the database engine itself: focuses on the transport and retrieval mechanism of the file segments.

Explore 1 awesome GitHub repository matching data & databases · Remote Database Loaders. Refine with filters or upvote what's useful.

Awesome Remote Database Loaders GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • phiresky/sql.js-httpvfsAvatar de phiresky

    phiresky/sql.js-httpvfs

    3,685Voir sur GitHub↗

    sql.js-httpvfs is a virtual file system and loader designed to execute SQL queries against read-only SQLite databases hosted on remote static file servers. It enables the retrieval of database files over HTTP without requiring the entire file to be downloaded to the client. The project distinguishes itself by using byte-range HTTP fetching to simulate local random-access reads. It includes a chunking tool that splits large databases into smaller pieces via a JSON configuration, which helps bypass file size limits and optimizes caching. The system covers a range of capabilities including remo

    Fetches specific byte ranges of a remote SQLite database to simulate local random-access reads.

    TypeScript
    Voir sur GitHub↗3,685
  1. Home
  2. Data & Databases
  3. Database Management Systems
  4. Database Engines
  5. Embedded Databases
  6. SQLite Databases
  7. Remote Database Loaders