tintinnabulate / registration-webapp

A registration webapp, written in Go. Takes payments with Stripe.
2 stars 0 forks source link

Create a version that is db-agnostic #60

Open tintinnabulate opened 4 years ago

tintinnabulate commented 4 years ago

Ideally we won't be so tightly coupled with Google Appengine's Datastore.

I'd like to be able to easily swap in different databases e.g. sqlite, postgres, etc.