Post A3qOFg7SeAWmlw6S8G by sqwishy@social.froghat.ca
 (DIR) More posts by sqwishy@social.froghat.ca
 (DIR) Post #A3qH9MfZLgd3266D6e by piggo@piggo.space
       2021-02-01T21:16:42.499233Z
       
       0 likes, 0 repeats
       
       something like this with some fancy autogenerated forms and lists could be p sweet for storing *anything*
       
 (DIR) Post #A3qHG0DpCrEtRMHs3s by piggo@piggo.space
       2021-02-01T21:17:54.610955Z
       
       0 likes, 0 repeats
       
       please tell me what already existing software i just reinvented
       
 (DIR) Post #A3qHU2YpJ8yekQnvaC by cpsdqs@icosahedron.website
       2021-02-01T21:19:19Z
       
       0 likes, 0 repeats
       
       @piggo ummm not sure what exactly is going on in the picture?
       
 (DIR) Post #A3qHU32xV752FstzY8 by piggo@piggo.space
       2021-02-01T21:20:25.749203Z
       
       0 likes, 0 repeats
       
       @cpsdqs the left side is the data, the right side is the relational schema. both being in stored as data in 6 database tables with a fixed number of columns
       
 (DIR) Post #A3qHW0OQL398bUsLJ2 by piggo@piggo.space
       2021-02-01T21:20:48.573352Z
       
       0 likes, 0 repeats
       
       @cpsdqs excuse the lack of grammar in the last post
       
 (DIR) Post #A3qHb6PlNTymj9vsGW by ic3l9@shitposter.club
       2021-02-01T21:19:18.601066Z
       
       0 likes, 1 repeats
       
       @piggo microsoft access
       
 (DIR) Post #A3qHb6mnzoPXsciHBI by piggo@piggo.space
       2021-02-01T21:21:43.588479Z
       
       0 likes, 0 repeats
       
       @ic3l9 know what thats spot on
       
 (DIR) Post #A3qOFg7SeAWmlw6S8G by sqwishy@social.froghat.ca
       2021-02-01T22:33:36Z
       
       0 likes, 0 repeats
       
       @piggo this is maybe probably not quite what you are looking for (it's not exactly like what you posted) ... ... but Datomic is a database where everything is basically an entity-attribute-value tuple, so you can attach properties to the same entity to make like an object and relate entities by saying `entity420 :recipe/tag entity69`and you can write declarative queries with pattern matching and stuffinformation model: https://docs.datomic.com/cloud/whatis/data-model.html
       
 (DIR) Post #A3qOFgWz7Gwc362puq by piggo@piggo.space
       2021-02-01T22:36:16.320810Z
       
       0 likes, 0 repeats
       
       @sqwishy hm i dont see a link to the source code but maybe some of it could be used for inspiration
       
 (DIR) Post #A3qPBn5atIsFBVwKwa by sqwishy@social.froghat.ca
       2021-02-01T22:38:57Z
       
       1 likes, 0 repeats
       
       @piggo yeah it's quite proprietary and closed source I believemozilla tried to do their own version of this in rust but gave up https://github.com/mozilla/mentatalso I tried to implement a similar thing using sqlite in a rust program https://github.com/sqwishy/owooftldr the datomic docs are kinda interesting, some of their talks explaining how it works and how everything is just covering indexes are pretty spicy