1/16/2025 at 6:05:51 PM
Could you genericise the requirement in postgresql and provide a storage interface we could plug into? I think I have a use for this in Polykey (https://GitHub.com/MatrixAI/Polykey) but we use rocksdb (transactional key value embedded db).by CMCDragonkai
1/16/2025 at 6:16:55 PM
That's definitely worth considering! The core algorithms can work with any data store. That said, we're focused on Postgres right now because of its incredible support and popularity.by KraftyOne
1/16/2025 at 9:29:23 PM
You could imagine this working well for cloudflare workers - especially with time limits on execution. (Or with even aws compute market)by CMCDragonkai
1/16/2025 at 6:09:45 PM
Also this reminds me of orthogonal persistence https://wiki.c2.com/?TransparentPersistenceDid you do literature research of Smalltalk?
by CMCDragonkai