sqlite-extension
There are 47 repositories under sqlite-extension topic.
asg017/sqlite-vec
A vector search SQLite extension that runs anywhere!
nalgeon/sqlean
The ultimate set of SQLite extensions
asg017/sqlite-vss
A SQLite extension for efficient vector search, based on Faiss!
x2bool/xlite
Query Excel spredsheets (.xlsx, .xls, .ods) using SQLite
dgllghr/stanchion
A SQLite extension that brings column-oriented tables to SQLite
0x6b/libgsqlite
A SQLite extension which loads a Google Sheet as a virtual table.
asg017/sqlite-lines
A SQLite extension for reading large files line-by-line (NDJSON, logs, txt, etc.)
asg017/sqlite-html
A SQLite extension for querying, manipulating, and creating HTML elements.
asg017/sqlite-loadable-rs
A framework for writing fast and performant SQLite extensions in Rust
asg017/sqlite-http
A SQLite extension for making HTTP requests purely in SQL
nalgeon/sqlpkg-cli
SQLite package manager
asg017/sqlite-regex
A fast regular expression SQLite extension, written in Rust
nalgeon/sqlpkg
SQLite extension registry
asg017/sqlite-ulid
A SQLite extension for generating and working with ULIDs
asg017/sqlite-lembed
A SQLite extension for generate text embeddings from GGUF models using llama.cpp
asg017/sqlite-xsv
the fastest CSV SQLite extension, written in Rust
nalgeon/sqlean.py
Python's sqlite3 + extensions
nalgeon/sqlean.js
Browser-based SQLite with extensions
lichuang/awesome-sqlite
awesome things related to SQLite
asg017/sqlite-rembed
A SQLite extension for generating text embeddings from remote APIs (OpenAI, Nomic, Ollama, llamafile...)
nalgeon/sqlite
SQLite / Sqlean shell builds
asg017/sqlite-jsonschema
A SQLite extension for validating JSON objects with JSON Schema
asg017/sqlite-url
A SQLite extension for parsing, generating, and querying URLs and query strings
asg017/sqlite-tg
SQLite extension around tg, a geometric library for limited GIS operations
turbot/steampipe-plugin-sdk
Steampipe Plugin SDK is a simple abstraction layer to write a Steampipe plugin. Plugins automatically work across all engine types including the Steampipe CLI, Postgres FDW, SQLite extension and the export CLI.
asg017/sqlite-path
A SQLite extension for parsing, generating, and querying paths
asg017/sqlite-docs
Document your SQLite tables and columns with in-line comments
gwenn/sqlite-regex-replace-ext
SQLite regex_replace() function
asg017/sqlite-fastrand
A SQLite extension for quickly generating random numbers, booleans, characters, and blobs
asg017/sqlite-vector
A SQLite extension for working with float and binary vectors. Work in progress!
leiless/sqlite3-ngram
SQLite3 FTS5 n-gram tokenizer (WIP)
brthanmathwoag/sqlite-inet
Converting IP addresses between string and numeric representation in sqlite
asg017/sqlite-md
A SQLite extension for parsing, querying, and generating HTML from Markdown documents.
agusibrahim/android-sqlite-extension
Various sqlite3 extension for Android (NOT FOR BUILTIN SQLITE)
andreasbell/sqlite_protobuf
Protobuf extension for SQLite
k1LoW/go-sqlite-vss
go-sqlite-vss is a "SQLite + SQLite Vector Similarity Search extension" driver for database/sql package.