Pocketbase - Open Source realtime backend in 1 file
July 16, 2022•207 words
I'm here today to talk about Pocketbase!, an Opensource back-end that is distributed in a single Go binary. More in the docs page...
You heard me right, a single file. The magic behind this project is Go, compiled and built to use SQLite as it's database with a REST-ish API that packs a whole set of features. At the time of writing, a Javascript SDK exists to easily add on top with Svelte, React or what ever other front-end framework you like to use.
Real time database (Powered by SQLite)Fi...
Read post