5

I want to do some kind of simple note-taking web-app, with a Golang-Backend.
I need to choose a database, but don't have any clue about DBs.
Every note will consist of 3 strings, let's call them content, pubkey and privkey and I want to retrieve a saved note by searching for pubkey.
Can you recommend me any particular DB or at least an all-round solution ?

Comments
  • 1
    I may get shot for this shit, but since you not doing anything serious I'd say MongoDB or SQLite3....If you wanna practice with something you'll end up using, then Postgres or MySQL
  • 0
    If you're sure there's not going to be a significant relational model then yeah mongo or maybe elastic search.
  • 0
    Did you manage to get it working? actually i wanted to build a similar app to try golang
Add Comment