Persistent queries in Ruby on Rails with PostgreSQL.
Sometimes you need to save a SQL query or query parameters for the future use. Here’s a flexible solution that allows you to save it and reuse every week
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
Sometimes you need to save a SQL query or query parameters for the future use. Here’s a flexible solution that allows you to save it and reuse every week
Post a comment