gortex:在 golang 中使用 ORM 进行 postgres 文本搜索

时间:2024-08-01 20:13:57
【文件属性】:

文件名称:gortex:在 golang 中使用 ORM 进行 postgres 文本搜索

文件大小:5KB

文件格式:ZIP

更新时间:2024-08-01 20:13:57

Go

高特斯 使用 Golang 使用 ORM 对 postgres 进行文本搜索 概述 基于 使用 创建范围,与 gorm 一起查找记录并将它们扫描到 Go 结构中 提供相当于 Textacular 高级搜索的功能 提供等效于 Textacular 模糊搜索 您甚至可以进行自己的搜索类型 生成的作用域没有状态,因此可以重复使用 示例设置 import ( "github.com/jnfeinstein/gorm" "github.com/jnfeinstein/gortex" _ "github.com/lib/pq" ) type Note struct { Id int64 Contents string Author string } DB , _ := gorm. Open ( "postgres" , $ POSTGRES_SRC ) DB


【文件预览】:
gortex-master
----main_test.go(4KB)
----main.go(5KB)
----README.md(5KB)
----wercker.yml(632B)

网友评论