Y
Hacker News
new
|
ask
|
show
|
jobs
by
Raed667
3544 days ago
What kind of DB did you have? As I recall, the 7$ offer only supported 10000 rows of PostgreSQL?
1 comments
cloudjacker
3544 days ago
Stripe was the DB
link
Raed667
3543 days ago
I see, and if you were to use your own DB to keep track of users, transactions and sold items. Would you still recommend that same solution?
link
cloudjacker
3543 days ago
Unlikely, but Stripe has those features in its Customer object. If you want to make some sort of pre-cognitive recommendations engine, then do what you need to do that. These are premature optimizations I would never need.
link