0.0
No commit activity in last 3 years
No release in over 3 years
store memory of ruboty in postgresql
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

~> 1.10
>= 0
~> 10.0

Runtime

>= 0
>= 0
 Project Readme

Ruboty::Postgres

store memory of ruboty in postgresql

ENV

  • POSTGRES_HOST
    • host of postgres (default: localhost)
    • optional
  • POSTGRES_PORT
    • port number of postgres (default: 5432)
    • optional
  • POSTGRES_USER
    • user name of postgres
    • required
  • POSTGRES_PASSWORD
    • password of postgres
    • required
  • POSTGRES_DBNAME
    • database name of postgres
    • required
  • POSTGRES_NAMESPACE
    • relation name of postgres (default: ruboty)
    • optional
  • POSTGRES_BOTNAME
    • name of your ruboty (default: ruboty)
    • optional
    • max length: 240
  • POSTGRES_SAVE_INTERVAL
    • sleep duration between each save (default: 10)
    • optional

License

The gem is available as open source under the terms of the MIT License.

core of implementation refers to r7kamura/ruboty-redis with 🍣 .