Commit Graph

6 Commits

Author SHA1 Message Date
dc882b74bf move modals to form validation 2022-01-19 03:04:59 +03:00
8a1d99b319 change sorting order 2022-01-17 05:19:56 +03:00
ced781bba2 migrate to anorm
I'm tired of ORM and would like to write clear sql requests. The
following wrappers were checked:
* doobie - cats api which is useless in this project
* scalike - can't work with sqlite at all
* anorm - awful api
* something also

Anorm fits more than any other my criteria so I migrated to it with
native hikaricp usage
2022-01-17 05:10:01 +03:00
eeb5178efc
migrate to bootstrap (#14) 2022-01-15 23:15:24 +03:00
4cdcd80d51 more tests 2019-10-26 19:44:51 +03:00
eea2f1b04b add bisview 2019-10-17 01:21:55 +03:00