Skip to content

Commit c1fd84d

Browse files
committed
docs: add Sean's quote (Cal.com).
1 parent 90f0893 commit c1fd84d

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

site/src/components/SectionQuotes/quotes.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,13 @@ export const quotes: QuoteProps[] = [
7171
link: 'https://x.com/jullerino/status/1676687249998598148',
7272
text: 'Utterly astounded by how Kysely manages to make all of this typesafe. Seems like no matter how complex you get, it can infer it correctly.',
7373
},
74+
{
75+
authorName: 'Sean Brydon',
76+
authorTitle: 'Cal.com SWE',
77+
avatar: '/img/avatars/sean.jpg',
78+
link: 'https://github.com/kysely-org/kysely/issues/320#issuecomment-2990566802',
79+
text: 'We are using Kysely for some of our more complex queries in Cal.com where we needed more control of the sql generated.',
80+
},
7481
{
7582
authorName: 'Dax "thdxr" Raad',
7683
authorTitle: 'SST & opencode core team',

site/static/img/avatars/sean.jpg

42 KB
Loading

0 commit comments

Comments
 (0)