kysely-org / kysely

A type-safe typescript SQL query builder
https://kysely.dev
MIT License
10.22k stars 260 forks source link

Are you using Kysely in production? Let us know! #320

Open fhur opened 1 year ago

fhur commented 1 year ago

Are you using Kysely in production?

We're want to add a Kysely in production section to our website.

If your company is using Kysely or you know of a company using Kysely in production, please let us know.

Why?

Support kysely! All it takes is a copy-paste 🎉

rubiagatra commented 1 year ago

Yes! @zero-one-group uses it in multiple projects, we have been using it since version 0.17.1 until the latest version. @fhur @igalklebanov @koskimas

dubscode commented 1 year ago

Happy to say we are using it in two different production apps at Best Western Hotels & Resorts BW Corporate since around December 2021 :-)

Great library, thank you for your efforts on it!

remorses commented 1 year ago

Using it for https://notaku.so, already powering hundreds of websites for our users, awesome developer experience!

jtmarmon commented 1 year ago

We're happy users at https://resync.ai !

seveibar commented 1 year ago

Hi, we're happily using Kysely in production at https://seam.co

joseferben commented 1 year ago

Hello, I am using Kysely for https://www.performance90.com/ It's a joy to use!

slvssb commented 1 year ago

Hi, we're using it in https://popstream.co

daffron commented 1 year ago

Yeap - nearly finished converting over:

https://paidnice.com

heysanil commented 1 year ago

we're launching Kysely in production powering our entire backend as well @ slingshot.fm

thanks for everyone putting in work here, truly a fantastic library (especially in edge environments)

ethanresnick commented 1 year ago

We use kysely at getcove.com, and it's been wonderful!

tekpriest commented 1 year ago

we use it at https://onah.africa Great library 🎸

franciscohanna92 commented 1 year ago

We would at getlisto.io and kontactless.io, if it only supported SQL Server 😅

Nithur-M commented 1 year ago

A happy user of Kysely on my job board for location-independent jobs: https://realworkfromanywhere.com/ My DB is hosted on Planetscale.

maktouch commented 1 year ago

We use it https://founderpath.com, and we also forked kysely-codegen to output zod types!

https://github.com/maktouch/kysely-zod-codegen

RobinClowers commented 1 year ago

The admin console (only visible to customers) of https://materialize.com/ uses Kysely, loving it so far!

jacobwgillespie commented 1 year ago

We use Kysely at depot.dev!

Our DB is PlanetScale today, which we connect to via mysql2 in our Node services and via @planetscale/database in some Cloudflare Workers, and for those we wrote the https://github.com/depot/kysely-planetscale dialect 🚀

chukwumaokere commented 1 year ago

We use kysely on https://pixelbypixel.studio

BaptisteMahe commented 11 months ago

Hello ! We are using Kysely in production at unicofrance !

igalklebanov commented 11 months ago

Worth mentioning I "dog fooded" Kysely @ finaloop for at least 6 months in production before I left, querying SingleStore. Hope to one day get buy-in to use it again (sequelize right now 🤮 ).

Really excited to see ya'll adopting it. 😃

shivan-eyespace commented 6 months ago

We are using Kysley over at eye.space!

thekannman commented 6 months ago

We're using it at PeakSerp and it's been an amazing experience!

djMax commented 5 months ago

We are happily using Kysely at sesamecare.com!

apuchitnis commented 5 months ago

We're using it for https://shelf.im/!

akiver commented 5 months ago

I'm using Kysely for CS Demo Manager, an open-source cross-platform desktop app that relies on a PostgreSQL database. Thank you https://github.com/koskimas, https://github.com/igalklebanov and crontributors ❤️

BoscoDomingo commented 4 months ago

Here at Samara Energy we're also using Kysely + Supabase in prod!

vicary commented 3 months ago

We are using Kysely in production at OmniWe!

niels-busch-maersk commented 2 months ago

We are using Kysely in production at Maersk inventory control!

Rohithzr commented 1 month ago

We have been using Kysely in production at PropulsionAI since Day 0. We also use prisma for schema management with prisma-kysely for automatic type generation.