Hacker News new | ask | show | jobs
by evnix 803 days ago
Really like the singular and plural name approach. API is a real joy to use.

reminds of kysely typed SQL builder which was perfect to use with postgres in one of my previous projects.

I currently am working on a sqlite based project but based on Tauri's sqlite connector which is plain SQL.

Is there anyway I can make use of Flyweight in Tauri based projects?

2 comments

I wanted to like kysely / prisma, but totally useless if you have any geospatial data in your system
Out of interest, why is that? Do they not support it?
Probably not, since it has a dependency on sqlite3 which also depends on node.

I just use kysely for my sqlite-in-browser project.