Tip
Create a Serverless Postgres SQL Database with Ampt
Ampt has recently launched [Ampt SQL](https://getampt.com/blog/introducing-ampt-sql/), a fully managed serverless Postgres database service.
Ampt has recently launched Ampt SQL, a fully managed serverless Postgres database service powered by Neon. In this lesson we're going to learn:
- how to create a new Ampt project
- how to add
@ampt/api and@ampt/sql` modules - how to run a migration to create a new Postgres table with Ampt
- how to create a serverless API to both add and read data from a Postgres table