Looks very cool! Seems like a nice fit for persistent storage in games On Mon, 15 Feb 2021, 14:37 Jamey Cribbs, <[email protected]> wrote:
> After working on this package off and on for a long time, I've finally > decided to set it free into the wild. > > Hare is a pure Go database management system that stores each table as a > text file of line-delimited JSON. Each line of JSON represents a record. It > is a good fit for applications that require a simple embedded DBMS. > > Here is the github repo: https://github.com/jameycribbs/hare > > Feedback is welcome! > > -- > You received this message because you are subscribed to the Google Groups > "golang-nuts" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/golang-nuts/654ec351-fd36-45d0-a446-07fa2e5985f6n%40googlegroups.com > <https://groups.google.com/d/msgid/golang-nuts/654ec351-fd36-45d0-a446-07fa2e5985f6n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/CAE%3DAWBUo6CqA0Xn3V%2BeTvfH%3DWV5%2BBRf1Yz_r5e%2BcARbuD_KsaQ%40mail.gmail.com.
