Skip to content

v0.0.1

Compare
Choose a tag to compare
@aldy505 aldy505 released this 09 Jul 07:02
· 49 commits to master since this release

86eb9e0 (HEAD -> master, origin/master) docs: examples for create table if not exists
ef78c0b fix(breaking): ToSQL > ToSql for compat with Squirrel
e675c80 feat: added CreateTableIfNotExists
724b943 refactor: moved args to util
75547d6 docs: tabs to space
80893d1 docs: decent example
8d6de64 fix: backtick only works with mysql
03e6bdb fix: replacePlaceholder now do things properly
5c112c7 feat: added has query
807f5af docs: added badges :)
18408e8 test: typo on table name
2d720a1 test(create): added more test on errors
6c36822 feat(error): error on empty table name; error on missing primary and unique key in columns;
d9ece27 ci: typo on workflow -> workflows
82c04c6 feat: initial