this post was submitted on 10 Feb 2026
8 points (78.6% liked)

Opensource

5710 readers
289 users here now

A community for discussion about open source software! Ask questions, share knowledge, share news, or post interesting stuff related to it!

CreditsIcon base by Lorc under CC BY 3.0 with modifications to add a gradient



founded 2 years ago
MODERATORS
 

It's an open source venture backed by $35M from FirstMark Capital, Spark Capital, and GV (Google Ventures). It's a drop-in replacement for MySQL with an extension architecture. See their native UUID extension with efficient 16-byte storage as an example.

you are viewing a single comment's thread
view the rest of the comments
[–] RonSijm@programming.dev 2 points 3 weeks ago

I guess it's cool - you can port some stuff from Postgres like pgVector and make Mysql a vector database.

On the other hand, I'm also think 'why?'. At some point just use Postgres instead of overcomplicating Mysql with extensions