sqlite-extension

Open-source projects categorized as sqlite-extension

Top 17 sqlite-extension Open-Source Projects

sqlite-extension
  • sqlite-plus

    The ultimate set of SQLite extensions

  • Project mention: I'm writing a new vector search SQLite Extension | news.ycombinator.com | 2024-05-02

    I definitely plan to! I have a much larger list of SQLite extensions I've built here: https://github.com/asg017/sqlite-ecosystem

    Here's a few other references you may enjoy if you wanna learn more about SQLite extensions:

    - The single source file for sqlite-vec: https://github.com/asg017/sqlite-vec/blob/main/sqlite-vec.c

    - sqlean, a project from Anton Zhiyanov which is good base of great SQLite extensions: https://github.com/nalgeon/sqlean

    - The official SQLite docs: https://www.sqlite.org/loadext.html

    - The "hello world" SQLite extension example: https://www.sqlite.org/src/file/ext/misc/rot13.c

  • sqlite-vss

    A SQLite extension for efficient vector search, based on Faiss!

  • Project mention: I'm writing a new vector search SQLite Extension | news.ycombinator.com | 2024-05-02

    I guess this is an answer to the GitHub issue I opened against SQLite-vss a couple of months ago?

    https://github.com/asg017/sqlite-vss/issues/124

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • xlite

    Query Excel spredsheets (.xlsx, .xls, .ods) using SQLite

  • Project mention: Show HN: Query Your Sheets with SheetSQL | news.ycombinator.com | 2024-03-13

    There is similar open-source project for Google Sheets: https://github.com/0x6b/libgsqlite (SQLite extension), which is a fork of https://github.com/x2bool/xlite (same idea but for Microsoft Excel spreadsheets)

  • stanchion

    A SQLite extension that brings column-oriented tables to SQLite

  • Project mention: Show HN: Stanchion – Column-oriented tables in SQLite | news.ycombinator.com | 2024-01-31

    The "Data Storage Internals" section[1] of the README sounds to me like it has its own column-oriented format for these tables, at least that's how I'm reading the part about segments. Is that the case? If so, have you tried using Apache Arrow or Parquet to see how they compare?

    [1] https://github.com/dgllghr/stanchion#data-storage-internals

  • libgsqlite

    A SQLite extension which loads a Google Sheet as a virtual table.

  • Project mention: Show HN: Query Your Sheets with SheetSQL | news.ycombinator.com | 2024-03-13

    There is similar open-source project for Google Sheets: https://github.com/0x6b/libgsqlite (SQLite extension), which is a fork of https://github.com/x2bool/xlite (same idea but for Microsoft Excel spreadsheets)

  • sqlite-lines

    A SQLite extension for reading large files line-by-line (NDJSON, logs, txt, etc.)

  • sqlite-html

    A SQLite extension for querying, manipulating, and creating HTML elements.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • sqlite-loadable-rs

    A framework for writing fast and performant SQLite extensions in Rust

  • sqlite-http

    A SQLite extension for making HTTP requests purely in SQL

  • sqlpkg-cli

    SQLite package manager

  • Project mention: SQLite Package Manager | news.ycombinator.com | 2023-07-25
  • sqlite-regex

    A fast regular expression SQLite extension, written in Rust

  • sqlite-xsv

    the fastest CSV SQLite extension, written in Rust

  • sqlite-ulid

    A SQLite extension for generating and working with ULIDs

  • sqlite-jsonschema

    A SQLite extension for validating JSON objects with JSON Schema

  • Project mention: JSON Canvas – An open file format for infinite canvas data | news.ycombinator.com | 2024-03-11

    Exactly so. SQLite also has a rich collection of CHECK constraints which can raise errors if data is not to your liking in some fashion, this includes validating JSON. Not a JSON schema, admittedly, although (just like for Postgres) this is available as an extension. https://github.com/asg017/sqlite-jsonschema

    Saying that SQLite doesn't have "real types" is simply false. If one doesn't want to learn how to use a tool, blaming it for that failure is poor form.

  • sqlite-url

    A SQLite extension for parsing, generating, and querying URLs and query strings

  • sqlite-path

    A SQLite extension for parsing, generating, and querying paths

  • sqlite-fastrand

    A SQLite extension for quickly generating random numbers, booleans, characters, and blobs

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

sqlite-extension related posts

  • I'm writing a new vector search SQLite Extension

    13 projects | news.ycombinator.com | 2 May 2024
  • Embeddings are a good starting point for the AI curious app developer

    7 projects | news.ycombinator.com | 17 Apr 2024
  • SQLite vs. Chroma: A Comparative Analysis for Managing Vector Embeddings

    2 projects | dev.to | 7 Oct 2023
  • Vector database is not a separate database category

    3 projects | news.ycombinator.com | 2 Oct 2023
  • SQLite-Vss: A SQLite Extension for Vector Search

    1 project | news.ycombinator.com | 18 Sep 2023
  • Introduction to Vector Search and Embeddings

    2 projects | dev.to | 13 Aug 2023
  • Sqlite3 and electron in production

    1 project | /r/electronjs | 2 Jul 2023
  • A note from our sponsor - SaaSHub
    www.saashub.com | 7 Jun 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source sqlite-extension projects? This list will help you:

Project Stars
1 sqlite-plus 3,420
2 sqlite-vss 1,537
3 xlite 1,230
4 stanchion 626
5 libgsqlite 507
6 sqlite-lines 384
7 sqlite-html 362
8 sqlite-loadable-rs 320
9 sqlite-http 215
10 sqlpkg-cli 178
11 sqlite-regex 157
12 sqlite-xsv 115
13 sqlite-ulid 117
14 sqlite-jsonschema 36
15 sqlite-url 30
16 sqlite-path 25
17 sqlite-fastrand 19

Sponsored
Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com