Dapper Integration in Wappler

Dapper is a strong tool for handling bulk CRUD on SQL.
especially, Dapper Merge is really useful in cases where you have one data set and want to do an insert+update of records from the same data set in one go.
it is stupid fast.

it’d be great to see this integrated in wappler or similar functionality to make bulk CRUD more dynamic and easier to handle.

Thank you Wappler team and keep up the good work.

I could be wrong, but reading the documentation on Dapper looks like it is .NET only which would mean that I do not see it being integrated in Wappler unless it can be modified to work with PHP as well.

I believe Sequelize is already on the roadmap

1 Like

the idea is to have an ORM built into Wappler.
Dapper/Sequelize/RedBean - any of similar tools would work i guess, whatever works best cross platforms.
am not a 100% sure about the technicalities.
have used dapper on a project and it did make things much easier - hence thought to suggest this feature.