I just made the same decision for a hobby project. The current version basically just queries a dataset, ie. no modification of the data (no create/delete/update). I realized it makes almost no sense to store read-only data in a database when I just pull out all the data anyway into memory to run a graph algorithm on it (no way I'm implementing Bellman-Ford in SQL!).