Tim

Results 4 issues of Tim

Hello Is there a way I can encrypt data before it's stored? I'd like to pass a string per element, and that be used to encrypt and decrypt. That way,...

Is there a way to get a timestamp for when the form was last edited to tell how stale the draft is? I'd like to tell my users: "Previous draft...

Similar to [Issue 113](https://github.com/guillaumepotier/Garlic.js/issues/113), I'm trying to track the timestamp of when draft was last edited. I can't find a way for garlicjs to do that for me, so I'm...

I can't get `pg_search_scope` to work. The generated SQL from `pg_search_scope` returns an SQL Syntax Error. Looking at SQL produced, it casts all my columns to *text* (i.e. `column_1::text`). Except,...