home.social

#fts5 — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #fts5, aggregated by home.social.

fetched live
  1. BundledSQLiteDriver: новый взгляд на SQLite в Android и Kotlin Multiplatform

    BundledSQLiteDriver из библиотеки androidx.sqlite — это специальная сборка встраиваемой СУБД SQLite от команды разработчиков Android Jetpack, предназначенная для использования в Kotlin Multiplatform проектах. В этой статье мы рассмотрим её особенности.

    habr.com/ru/articles/896794/

    #android #room #sqlite #fts5

  2. 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:
    reciperium.com/recipes?search=

  3. 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:
    reciperium.com/recipes?search=

  4. 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):

    github.com/dyedgreen/deno-sqli

    So I forked the repo and made a one-line change to the Makefile and bam! got my FTS.

    github.com/teleclimber/deno-sq

    So far it seems to work fine. Give it a shot if you like, you can import like this:

    import { DB } from "github.com/teleclimber/deno-sq";

    I'll publish as a proper module in time if signals are positive.

  5. 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):

    github.com/dyedgreen/deno-sqli

    So I forked the repo and made a one-line change to the Makefile and bam! got my FTS.

    github.com/teleclimber/deno-sq

    So far it seems to work fine. Give it a shot if you like, you can import like this:

    import { DB } from "github.com/teleclimber/deno-sq";

    I'll publish as a proper module in time if signals are positive.