Juan Luis Paz

Results 4 issues of Juan Luis Paz

¿How I can define and implement an overloaded function with different result type? Example: ```ts function generate(type: 'number' | 'string') { if (type === 'number') { return 1234 } else...

enhancement

This pull request fix the issue #68

Is there any plan to enable the UUID extension? Extension: https://sqlite.org/src/file/ext/misc/uuid.c Release note: https://sqlite.org/releaselog/3_31_0.html

enhancement

Hi, Do you have plans to add support to ARB files format (commonly used in Flutter)?

Feature Request