-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(auction-server): Use sqlx to persist opportunities and bids (#37)
* Insert opportunities and remove dashmap * Remove bidders field from opportunity * Bid table * Refactor bidstore * Commit sqlx files
- Loading branch information
Showing
24 changed files
with
1,130 additions
and
195 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
**/.sqlx/*.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
DATABASE_URL=postgresql://postgres@localhost/postgres |
15 changes: 15 additions & 0 deletions
15
...-server/.sqlx/query-23f211b134ef73ab694a59738fd87ff51075c63e76f11f9f3dce49154fb04c4c.json
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
22 changes: 22 additions & 0 deletions
22
...-server/.sqlx/query-b1359e04576e41974c0f4c6178efac94db0b487dc485e767cc9ab13b94e88faf.json
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
27 changes: 27 additions & 0 deletions
27
...-server/.sqlx/query-c1e8edc296507ee7b820457492213d26119b14307ceae85414b74db38e4ac625.json
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
32 changes: 32 additions & 0 deletions
32
...-server/.sqlx/query-def2e2585d56895a2a9a7fe5aff6225abe4d6b134991198c4a58abee97917c44.json
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.