Category – Lucky
6 posts tagged with "Lucky" (See all categories)

UUsing Materialized Views as Models in Lucky

07/27/20182 Min Read — In Lucky, Crystal, SQL

I've got an app with over 2 million rows in a Postgresql database and I make complex queries with joins, unions and aggregate functions that take a lot of time. The results of some of these queries…

JJWT Auth in Lucky Api

07/08/20184 Min Read — In Jwt, Auth, Lucky, Crystal

Although Lucky is fantastic for building complete applications, I like to build my front-end in Angular so I usually use Lucky as a JSON Api. I prefer it over Rails Api because of the type checking…