pg_full_text_search

Version, currently master branch1 version
  • master branchlatestNov 16, 2022

github.com/franciscoGPS/pg_full_text_search

Test project to test lucky full text search

0 stars
0 dependents
License: not declared

Installation

# Add this to your shard.yml
dependencies:
  pg_full_text_search:
    github: franciscoGPS/pg_full_text_search
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
1.6.0
Author
F. Cordero.
Target
  • app from src/pg_full_text_search.cr

Dependencies

Runtime Dependencies

Development Dependencies

  • lucky_flow~> 0.9.0github: luckyframework/lucky_flowdev

README

pg_full_text_search

This is a project written using Lucky. Enjoy!

Setting up the project

  1. Install required dependencies
  2. Update database settings in config/database.cr
  3. Run script/setup
  4. Run lucky dev to start the app

Learning Lucky

Lucky uses the Crystal programming language. You can learn about Lucky from the Lucky Guides.