0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2025-01-22 06:48:56 +00:00
Pekka Enberg 2d0aca1c2b sqlite3, ext/crr: Link math library for sqrt()
The vector search code needs sqrt() so let's make sure it's there.
2024-06-20 09:22:01 +03:00
..
2023-10-16 13:58:16 +02:00
2023-11-15 14:46:34 +01:00
2023-11-15 14:46:34 +01:00
2023-10-16 13:58:16 +02:00
2023-11-15 14:46:34 +01:00
2023-11-15 14:46:34 +01:00
2023-11-15 14:46:34 +01:00
2023-10-16 13:58:16 +02:00
2023-10-16 13:58:16 +02:00
2023-10-16 13:58:16 +02:00
2023-11-30 11:24:47 +01:00
2024-02-06 17:44:23 +00:00
2023-10-16 13:58:16 +02:00

Loadable Extensions

Various loadable extensions for SQLite are found in subfolders.

Most subfolders are dedicated to a single loadable extension (for example FTS5, or RTREE). But the misc/ subfolder contains a collection of smaller single-file extensions.