fernandobatels / rsfbclient

Rust Firebird Client
MIT License
74 stars 10 forks source link

[Feature Request] rsfbclient as database driver for Quaint SQL abstraction layer #154

Closed juarezr closed 3 weeks ago

juarezr commented 7 months ago

Feature Request: rsfbclient as database driver for Quaint SQL abstraction layer

Hi friends.

What do you think about creating a rsfbclient database driver for Quaint SQL abstraction layer?

In the case one would prefer to grub in the land of other languages, there is the possibility of expanding rsfbclient and Firebird usage to the Javascript/Typescript developers using React, NextJS, GraphQL, and other NodeJS / Deno server-side frameworks.

Quaint is used by the Prisma next-generation ORM in the Prisma Engines component to power its server-side database query and migration.

Additionally, there is a Prisma Client Rust as an alternative ORM to the ones commonly used by Rustaceans.

cheers

Links