Comment on Show HN: Caffeine – Minimum viable back end for prototypingComments−hardwaresofton4yNice to see that the interface for the DB was separated out:https://github.com/rehacktive/caffeine/blob/master/service/s...It's not "MVP" fashion but even for only one implementation making these interfaces is critical IMO.That said, if it's not too much maybe consider adding a SQLite backend! :)−aw4yOP4ythe SQLite implementation is in TODO :)
Comments
Nice to see that the interface for the DB was separated out:
https://github.com/rehacktive/caffeine/blob/master/service/s...
It's not "MVP" fashion but even for only one implementation making these interfaces is critical IMO.
That said, if it's not too much maybe consider adding a SQLite backend! :)
the SQLite implementation is in TODO :)