1
2024-07-29 13:04:25 +09:00
2024-07-29 12:49:55 +09:00
2024-07-29 12:49:55 +09:00
2024-07-29 12:49:55 +09:00
2024-07-29 12:49:55 +09:00
2026-04-15 23:17:38 +08:00
2024-07-29 12:49:55 +09:00
2024-07-29 10:30:59 +09:00
2026-04-15 23:17:38 +08:00
2024-07-29 12:49:55 +09:00
2024-07-29 12:49:55 +09:00

go-sqlite3-fts5

This is a fork from github.com/knaka/go-sqlite3-fts5

I added code from github.com/siyuan-note/sqlite-fts5-siyuan-tokenizer to support Chinese word segmentation.

Importing this package will enable the FTS5 extension with github.com/mattn/go-sqlite3 package.

Usage

import _ "trle5.xyz/go-sqlite3-fts5"

Update the source code

go generate will fetch the FTS5 source code of the same version as the go-sqlite3 package which is specified in the go.mod file.

Description
No description provided
Readme MIT 655 KiB
Languages
C 99.8%
Go 0.2%