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
·

2 dépôts

Awesome GitHub RepositoriesGo Database Bindings

Language-specific drivers and bindings for interacting with database engines using the Go programming language.

Distinct from Go SDKs: None of the candidates provide a general database binding category for Go; they focus on migrations, PHP extensions, or search servers.

Explore 2 awesome GitHub repositories matching data & databases · Go Database Bindings. Refine with filters or upvote what's useful.

Awesome Go Database Bindings 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.
  • asg017/sqlite-vecAvatar de asg017

    asg017/sqlite-vec

    6,961Voir sur GitHub↗

    sqlite-vec is a C-based vector library and SQLite extension that adds virtual tables for storing and querying high-dimensional embeddings. It functions as a database plugin for performing nearest neighbor searches using distance metrics such as L2, cosine, and Hamming distance. The project provides a portable embedding store that supports deployment across Android, iOS, desktop environments, and web browsers via WebAssembly. It distinguishes itself by converting numerical arrays into compact binary formats and utilizing quantization to reduce the memory footprint and storage size of vector in

    The vector search extension provides language-specific bindings and binary drivers to embed vector search capabilities within Go applications.

    Csqlitesqlite-extension
    Voir sur GitHub↗6,961
  • uber/h3Avatar de uber

    uber/h3

    6,015Voir sur GitHub↗

    H3 is an open-source library that provides a hierarchical hexagonal grid system for geospatial indexing. It projects the Earth onto an icosahedron and tiles each face with hexagons to minimize distortion, then encodes each hexagon as a 64-bit integer that stores its resolution and position in the hierarchy. This integer encoding enables fast bitwise operations for grid navigation and spatial analysis. The library offers a comprehensive set of grid topology algorithms for computing neighbor relationships, distances, and paths between cells directly on the hexagonal grid without geographic coor

    Provides a Go binding that wraps the native C library for hexagonal indexing functions.

    Cgeospatialh3hexagon
    Voir sur GitHub↗6,015
  1. Home
  2. Data & Databases
  3. Go Database Bindings

Explorer les sous-tags

  • Geospatial BindingsGo bindings specifically for geospatial indexing libraries like H3. **Distinct from Go Database Bindings:** Distinct from Go Database Bindings: focuses on geospatial indexing rather than general database connectivity.