Vibe.Storage.FTS.Migration (vibe v0.2.2)

Copy Markdown View Source

FTS5 virtual table DDL helpers for migrations.

Summary

Functions

create_fts5(table, opts)

@spec create_fts5(
  atom(),
  keyword()
) :: :ok

drop_fts5(table)

@spec drop_fts5(atom()) :: :ok