kirimase icon indicating copy to clipboard operation
kirimase copied to clipboard

Build full-stack Next.js apps, incredibly fast

Results 94 kirimase issues
Sort by recently updated
recently updated
newest added

Would be cool if there was a way to add to this without having to make a PR. With each project being able to add pieces that fit their own...

enhancement

Hi. I love your project and have used it quite a lot. I'm using a lot of geospatial data in my projects and found that Drizzle is not really the...

enhancement

I just manually added Magic Link to the scaffold that kirimase set up, and it was pretty easy! So I think it would be nice to have it as one...

enhancement

### **[Logsnag](https://logsnag.com/) is a flexible realtime event tracking tool and for push notifications.** ![image](https://github.com/nicoalbanese/kirimase/assets/98186823/3ca0ac2d-a27a-4dec-9f3b-0e1541822b0d) _**[Docs](https://docs.logsnag.com/sdks/next)**_

enhancement

The generated `db/index.ts` code was this, but it is not enough: ``` export const db = drizzle(pool); ``` To use `db.query` you need this: ``` export const db = drizzle(pool,...

enhancement

In \src\lib\auth\lucia.ts ``` adapter: mysql2(poolConnection, { user: "user", ``` To ``` adapter: mysql2(poolConnection, { user: "auth_user", ``` In postgres works fine.

bug

working with radix: https://www.authkit.com/ https://github.com/workos/authkit

enhancement

Drizzle relational queries provide an easy interface for querying nested relational data from an SQL database, avoiding multiple joins and complex data mappings. It would be nice if kirimase would...

enhancement

I think will be nice if we add intl into this amazing project. Reference : https://nextjs.org/docs/app/building-your-application/routing/internationalization

enhancement

**Motivation:** I generally like to have directories like _server_ and _db_ in the _src_ directory. It's definitely a stylistic thing, but would be nice for the future as the project...

enhancement