because i dont have to really worry
because i dont have to really worry about sql queries with convex idk how to make the decision :c
which one do you recommend?
3 Replies
FlipSimu
Coin Flip Simulator - Flip a Coin to Get Heads or Tails
Coin Flip Simulator is a heads or tails coin flipper. Just flip a coin to make an instant random decision. Let's toss online with the generator today.
in seriousness, the differences are really not relevant if you're working on a Convex project since you aren't going to be interacting with the underlying database at all. Convex abstracts over it entirely.
If you have a small self contained project, sqlite can also be a good choice (which is the default)
ic thank you!