#fts5 — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #fts5, aggregated by home.social.
-
BundledSQLiteDriver: новый взгляд на SQLite в Android и Kotlin Multiplatform
BundledSQLiteDriver из библиотеки androidx.sqlite — это специальная сборка встраиваемой СУБД SQLite от команды разработчиков Android Jetpack, предназначенная для использования в Kotlin Multiplatform проектах. В этой статье мы рассмотрим её особенности.
-
I just released the search functionality in reciperium, built with #rust #sqlite #fts5 and I'm quite happy with the results 💪 , check this example out here:
https://www.reciperium.com/recipes?search=no-sugar -
I just released the search functionality in reciperium, built with #rust #sqlite #fts5 and I'm quite happy with the results 💪 , check this example out here:
https://www.reciperium.com/recipes?search=no-sugar -
I've wanted to play with #sqlite's #FTS5 (Full text #search extension) in #Deno for a long time. But this issue may not get resolved (for good reasons):
https://github.com/dyedgreen/deno-sqlite/issues/108
So I forked the repo and made a one-line change to the Makefile and bam! got my FTS.
https://github.com/teleclimber/deno-sqlite/commit/05ce37da26742e6d3b80dc7b92e3b80cbd93689b
So far it seems to work fine. Give it a shot if you like, you can import like this:
import { DB } from "https://github.com/teleclimber/deno-sqlite/raw/master/mod.ts";
I'll publish as a proper module in time if signals are positive.
-
I've wanted to play with #sqlite's #FTS5 (Full text #search extension) in #Deno for a long time. But this issue may not get resolved (for good reasons):
https://github.com/dyedgreen/deno-sqlite/issues/108
So I forked the repo and made a one-line change to the Makefile and bam! got my FTS.
https://github.com/teleclimber/deno-sqlite/commit/05ce37da26742e6d3b80dc7b92e3b80cbd93689b
So far it seems to work fine. Give it a shot if you like, you can import like this:
import { DB } from "https://github.com/teleclimber/deno-sqlite/raw/master/mod.ts";
I'll publish as a proper module in time if signals are positive.