Skip to content

Commit 9acdfea

Browse files
authored
add Sam Willis and Kevin De Porre as db devs (#444)
1 parent 30ec674 commit 9acdfea

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

src/libraries/maintainers.ts

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,15 @@ export const allMaintainers: Maintainer[] = [
167167
frameworkExpertise: ['react', 'svelte'],
168168
specialties: ['Architecture'],
169169
},
170+
{
171+
name: 'Sam Willis',
172+
isCoreMaintainer: true,
173+
avatar: 'https://github.com/samwillis.png',
174+
github: 'samwillis',
175+
creatorOf: ['db'],
176+
frameworkExpertise: ['react'],
177+
specialties: ['Sync Engines', 'Incremental View Maintenance'],
178+
},
170179
{
171180
name: 'Leonardo Montini',
172181
avatar: 'https://github.com/Balastrong.png',
@@ -337,6 +346,14 @@ export const allMaintainers: Maintainer[] = [
337346
frameworkExpertise: [],
338347
specialties: ['eslint plugin'],
339348
},
349+
{
350+
name: 'Kevin De Porre',
351+
avatar: 'https://github.com/kevin-dp.png',
352+
github: 'kevin-dp',
353+
maintainerOf: ['db'],
354+
frameworkExpertise: ['react'],
355+
specialties: ['Sync Engines', 'Incremental View Maintenance'],
356+
},
340357
]
341358

342359
export const coreMaintainers = allMaintainers.filter(

0 commit comments

Comments
 (0)