piccolo-orm / piccolo

A fast, user friendly ORM and query builder which supports asyncio.
https://piccolo-orm.com/
MIT License
1.45k stars 91 forks source link

support in the future for surrealdb? #930

Open abcnow opened 9 months ago

abcnow commented 9 months ago

Hi Guys: I am a new fan of piccolo.. Thanks for the hard work.. I wonder if there is any plan to support "surrealdb"?

abcnow commented 9 months ago

I think "piccolo", fastapi and surrealdb are the future :)

dantownsend commented 9 months ago

I'm not too familiar with SurrealDB - but found this article comparing it with Postgres.

It looks like they are quite different. It wouldn't be impossible to add support for it to Piccolo, but would be quite a lot of work. CockroachDB by comparison wasn't too bad, as it's very similar to Postgres.

abcnow commented 9 months ago

Thanks for sharing the article! It makes sense. I agree that it would be a lot of work..