1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-06-14 15:35:28 -04:00

remove prisma accelerate extension

This commit is contained in:
2025-02-14 17:26:11 -05:00
parent 5926713b9a
commit c1ed417003
9 changed files with 96 additions and 112 deletions
+2 -3
View File
@@ -55,9 +55,8 @@ export default function Page() {
<p>
A very simple hit counter on each blog post tallies an aggregate number of pageviews (i.e.{" "}
<CodeInline>hits = hits + 1</CodeInline>) in a{" "}
<Link href="https://www.prisma.io/postgres">Prisma Postgres</Link> database. Individual views and identifying
(or non-identifying) details are <strong>never stored or logged</strong>.
<CodeInline>hits = hits + 1</CodeInline>) in a <Link href="https://neon.tech/">Neon Postgres</Link> database.
Individual views and identifying (or non-identifying) details are <strong>never stored or logged</strong>.
</p>
<p>