Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ohmycloud/zero2prod
https://github.com/ohmycloud/zero2prod
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ohmycloud/zero2prod
- Owner: ohmycloud
- Created: 2024-01-24T15:04:59.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-10-27T10:43:39.000Z (20 days ago)
- Last Synced: 2024-10-28T08:45:41.605Z (19 days ago)
- Language: Rust
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
```