package
0.0.0-20241112172956-87f4f9036e6d
Repository: https://github.com/alextanhongpin/database-design.git
Documentation: pkg.go.dev

# README

Search Engine

This is a basic markdown search engine for this directory using sqlite3 fts5.

$ make compile
$ make init
$ make index
$ make search q=uuid
$ make search q='email*' # Extra quote is required when using the '*'!
$ make search q='email+varchar' # No space between the '+' icon!

# Structs

No description provided by the author