Skip to content

Releases: sdogruyol/tren

v1.0.0

12 Aug 10:08
c2e2fc2
Compare
Choose a tag to compare
  • Crystal 1.0.0 support 🎉

v0.4.0

01 Feb 21:11
Compare
Choose a tag to compare
fix for 0.20.5 (#11)

v0.3.1

30 Oct 19:21
Compare
Choose a tag to compare
Not escape mode

Cumhuriyet

29 Oct 13:16
Compare
Choose a tag to compare
  • Escape SQL queries by default.

  • Add Tren.escape_character = to specify your custom escape character.

    Tren.escape_character = "\\'" # For Postgresql
    

Ulus

12 Oct 08:54
Compare
Choose a tag to compare

This is the first major release of Tren.

  • Support multiline SQL queries.
  • Support multiple SQL queries in a single file.
  • Properly escape double quotes.
  • Add glob support to load multiple files at once.
  • Escape SQL injections.
  • Composable SQL queries <3