• Home
  • Categories
  • Tags
  • Pricing
  • Submit
    Decorative pattern
    1. Home
    2. Vector Database Extensions
    3. libSQL

    libSQL

    Open-source, open-contribution fork of SQLite maintained by Turso that adds native vector search with DiskANN indexing, making it production-ready and fully backwards compatible with SQLite.

    🌐Visit Website

    About this tool

    Overview

    libSQL is an open source, open contribution fork of SQLite, created and maintained by Turso. It's production-ready, fully backwards compatible with SQLite, and adds features like native vector search capabilities.

    Vector Search Features

    • DiskANN Algorithm: Implements Approximate Nearest Neighbors (ANN) using the DiskANN algorithm for efficient vector indexing
    • LM-DiskANN Variant: Uses the LM-DiskANN algorithm optimized for scenarios where the dataset is too large to fit in memory
    • Native Integration: Vector indexing is built directly into the database, eliminating the need for separate vector databases

    How to Use

    Creating a vector index:

    CREATE INDEX movies_idx ON movies (libsql_vector_idx(embedding));
    

    Searching with the vector_top_k virtual table:

    SELECT * FROM vector_top_k('movies_idx', query_vector, k);
    

    Performance Characteristics

    While slower than in-memory approaches due to disk access latency, the FreshDiskANN implementation minimizes these delays as much as possible. It's particularly well-suited for:

    • Edge computing environments
    • Mobile applications
    • Multi-tenant architectures where memory usage must be kept low

    Use Cases

    • Semantic search in SQLite applications
    • Embedding storage and retrieval on edge devices
    • AI applications requiring vector similarity search
    • Scenarios requiring both relational and vector data in one database

    Pricing

    Free and open-source.

    Surveys

    Loading more......

    Information

    Websitegithub.com
    PublishedMar 18, 2026

    Categories

    1 Item
    Vector Database Extensions

    Tags

    3 Items
    #Sqlite#Diskann#Embedded

    Similar Products

    6 result(s)
    Filtered-DiskANN

    Microsoft research extension to DiskANN algorithm that enables efficient label-based filtering during vector search, allowing precise results with metadata constraints without sacrificing performance.

    Vector Search at the Edge

    Techniques and tools for deploying vector search in edge environments including embedded databases, WASM implementations, and edge-optimized models for privacy and low-latency applications.

    Couchbase Lite Vector

    Developer-friendly, full-featured embedded NoSQL database with vector search for offline-first GenAI apps running on mobile, IoT devices, and web browsers with no internet dependencies.

    ObjectBox Vector

    On-device vector database with out-of-the-box data sync, designed for resource-efficiency on mobile, IoT, and embedded devices, enabling offline-first AI applications without internet dependency.

    Qdrant Edge

    Lightweight embedded vector search engine designed for real-time vector search on edge devices like robots, kiosks, and mobile phones with limited computational resources and offline capabilities.

    Zvec

    Lightweight embedded vector database for RAG systems useful in edge environments, running directly on devices with local vector search and no network latency or cloud dependencies.

    Decorative pattern
    Built with
    Ever Works
    Ever Works

    Connect with us

    Stay Updated

    Get the latest updates and exclusive content delivered to your inbox.

    Product

    • Categories
    • Tags
    • Pricing
    • Help

    Clients

    • Sign In
    • Register
    • Forgot password?

    Company

    • About Us
    • Admin
    • Sitemap

    Resources

    • Blog
    • Submit
    • API Documentation
    All product names, logos, and brands are the property of their respective owners. All company, product, and service names used in this repository, related repositories, and associated websites are for identification purposes only. The use of these names, logos, and brands does not imply endorsement, affiliation, or sponsorship. This directory may include content generated by artificial intelligence.
    Copyright © 2025 Awesome Vector Databases. All rights reserved.·Terms of Service·Privacy Policy·Cookies