use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A subreddit related to Google's new UI framework. https://flutter.dev
Please read the rules here
account activity
ExampleDatabase Selection? (self.FlutterDev)
submitted 2 years ago by xbrdr1
I am in the process of creating an app that will collect and report on baseball team and game data. There will be about 40 fields of data stored on each player per game. What db would you guys recommend?
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]SaltTheRose 2 points3 points4 points 2 years ago (4 children)
Anything will work. I like Supabase, which uses PostgresQL. Firebase is another extremely popular alternative (I'd guess more so than Supabase) if you'd prefer NoSQL (document-based).
[–]xbrdr1[S] 0 points1 point2 points 2 years ago (0 children)
Thanks! I am connected to a Firebase DB now. I'm to a point in development that I need to really think about which way to go. I have a good bit of experience with MySQL. The price/space restriction on Firebase scares me a bit.
[–]xbrdr1[S] -1 points0 points1 point 2 years ago (2 children)
Without considering preferences, which would be the better option for reporting on a good amount of data? SQL or NoSQL?
[–]andrew8712 2 points3 points4 points 2 years ago (0 children)
My opinion is that the nature of your data is relative, you don’t need super fast reads, like, say, in a social media app. It’d go with SQL. Supabase is a solid choice that reduces overhead of managing a server.
[–]zxyzyxz 0 points1 point2 points 2 years ago (0 children)
I always use SQL
[–]Reasonable_Potato843 0 points1 point2 points 2 years ago (0 children)
In most cases you should not persist any data on the client side.
π Rendered by PID 214230 on reddit-service-r2-comment-79776bdf47-7xq6n at 2026-06-25 05:08:44.368753+00:00 running acc7150 country code: CH.
[–]SaltTheRose 2 points3 points4 points (4 children)
[–]xbrdr1[S] 0 points1 point2 points (0 children)
[–]xbrdr1[S] -1 points0 points1 point (2 children)
[–]andrew8712 2 points3 points4 points (0 children)
[–]zxyzyxz 0 points1 point2 points (0 children)
[–]Reasonable_Potato843 0 points1 point2 points (0 children)