
SQL Template for Ruby
Super Template is a library that allows users to generate SQL and also serves as a general template library. It enables users to maintain their raw SQL logic in Ruby on Rails using plain old Ruby objects. With Super Template, SQL templates can be easily reused without the need to rewrite similar SQL logic repeatedly. This library is inspired by ViewComponent.
Super Template is a versatile library that allows users to generate SQL logic and work with reusable SQL templates. It provides easy maintenance of raw SQL logic in Ruby on Rails using plain old Ruby objects. With features like a template generator and options for ActiveRecord or Arel mode, Super Template simplifies the process of working with SQL templates in Rails applications.
