nba-sql - A SQL Database for the NBA

Home for all your discussion of basketball statistical analysis.
Post Reply
mUmblr
Posts: 3
Joined: Mon Jan 10, 2022 8:24 pm

nba-sql - A SQL Database for the NBA

Post by mUmblr »

I've been working on an app that builds a SQLite / Postgres / MySQL database for the NBA.

You can get the Windows alpha here: https://github.com/mpope9/nba-sql/releases/tag/v0.0.6

For OSX / Linux, you need to run it from the commandline.

This is very much in the alpha phase, but development is happening at a steady pace in my free time. I've been able to learn some interesting things already, there are examples in the wiki here. I have more advanced example queries that I'm still working on, and have yet to add them to the wiki if any are interested. I'd love some feedback, if anyone has experience with SQL or databases. nba-sql will build a SQLite database by default, but it also supports Postgres and MySQL. You run the application to build the database, then use something like DBeaver to query it.
Crow
Posts: 10542
Joined: Thu Apr 14, 2011 11:10 pm

Re: nba-sql - A SQL Database for the NBA

Post by Crow »

Sharing is good. Available resource for right persons.

I assume you saw Oct. 18 database thread. Maybe the folks in that thread will respond or be amenable to direct messaging if you want to pursue conversation.
mUmblr
Posts: 3
Joined: Mon Jan 10, 2022 8:24 pm

Re: nba-sql - A SQL Database for the NBA

Post by mUmblr »

I have not, I will search it up. Thanks for the suggestion.
Post Reply