Skip to content

Commit

Permalink
attempt to fix styles
Browse files Browse the repository at this point in the history
  • Loading branch information
ruheni committed Nov 3, 2023
1 parent 75ddba3 commit 81a4a1d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions content/300-guides/050-database/890-neon.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@ toc: true

This guide explains how to:

- Connect Prisma using Neon's connection pooling feature
- Resolve connection timeout issues
- Use Neon's serverless driver with Prisma
- [Connect Prisma using Neon's connection pooling feature](#how-to-use-neons-connection-pooling)
- [Resolve connection timeout issues](#resolving-connection-timeouts)
- [Use Neon's serverless driver with Prisma](#how-to-use-neons-serverless-driver-with-prisma-preview)

</TopBlock>

## What is Neon?

<img
src="https://avatars.githubusercontent.com/u/77690634?s=200&v=4"
style="margin:auto; width: 25%; padding-left: 20px; css-float:right "
alt="Turso's logo"
style="margin:auto; width: 25%; padding-left: 20px; css-float:right;@media (max-width: 641px){display: none;}"
alt="Neon's logo"
/>

[Neon](https://neon.tech/) is a fully managed serverless PostgreSQL with a generous free tier. Neon separates storage and compute, and offers modern developer features such as serverless, branching, bottomless storage, and more. Neon is open source and written in Rust.
Expand Down

0 comments on commit 81a4a1d

Please sign in to comment.