Skip to content

Commit a4f7965

Browse files
ADDED: new database
1 parent 2abd397 commit a4f7965

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

src/components/LandingPage/LandingPage.astro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ const databases: string[] = [
3333
"PostgreSQL",
3434
"TiDB",
3535
"MySQL",
36+
"Tembo",
3637
"LiteFS",
3738
"SQLite",
3839
"Web SQLite",

src/components/LandingPage/Supporting/Databases.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,16 @@ const Databases: {
126126
},
127127
sponsorUrl: "https://driz.link/silver-sponsor-tidb",
128128
},
129+
Tembo: {
130+
imageSrc: "/public/images/tembo.png",
131+
lightStyle: {
132+
width: 24,
133+
},
134+
darkStyle: {
135+
width: 24,
136+
},
137+
sponsorUrl: "https://driz.link/tembo",
138+
},
129139
};
130140

131141
export default Databases;

0 commit comments

Comments
 (0)