Skip to content

v0.1.0-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@bawkee bawkee released this 30 May 16:31
· 45 commits to master since this release
  • Polished the API. From this point on, software using SqlBinder should be forward compatible with later version.
  • Developed a new parser and processor that doesn't rely on Regex. While Regex is very fast it was suboptimal for this scenario and the performance has been more than doubled.