Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ohmycloud/zero2prod


https://github.com/ohmycloud/zero2prod

Last synced: 2 days ago
JSON representation

Awesome Lists containing this project

README

        

# SQL Migrate

```bash
psql -h localhost -p 5432 -U postgres
create database newsletter;
create database subscriptions;
sqlx migrate run --database-url=postgres://postgres:[email protected]:5432/newsletter
```