-
That was an experiment the team didn’t end up committing to - it’s been backed out. That said it was a fascinating dive into the flexibility of Swift, and the Konrad’s talk is excellent and worth watching.
https://github.com/apple/foundationdb/commit/e52fc3621fd5e41...
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
The Ladybird project started a similar journey, and indeed they are mainly waiting on Swift 6+ features as documented in their blockers issue: https://github.com/LadybirdBrowser/ladybird/issues/933
-
ecto_foundationdb makes it easy to use FDB with Elixir, providing indexes, on-line migrations, and multitenancy.
https://github.com/foundationdb-beam/ecto_foundationdb
I use it as the DB layer for LiveSecret.
https://github.com/jessestimpson/livesecret
-
ecto_foundationdb makes it easy to use FDB with Elixir, providing indexes, on-line migrations, and multitenancy.
https://github.com/foundationdb-beam/ecto_foundationdb
I use it as the DB layer for LiveSecret.
https://github.com/jessestimpson/livesecret
-
I'm excited by the idea of pgfdb*. I think it could be a great. postgres, with foundation replacing the transaction system to provide all the benefits that brings, horizontal scalability, automatic sharding, replication, and fault tolerance, and performance. foundationdb is 20+ years ahead of postgres in terms of distributed transaction theory.
* https://github.com/fabianlindfors/pgfdb