tareqimbasher / NetPad

A cross-platform C# editor and playground.
MIT License
1.31k stars 67 forks source link

Feature Request: Oracle Connection #160

Open torugok opened 8 months ago

torugok commented 8 months ago

Well, I request this feature because the Oracle database is widely used in applications. What would be the steps for this implementation?

neonleo commented 8 months ago

Mysql&MariaDB as well, please.

tareqimbasher commented 7 months ago

Both MySql and Oracle are planned and will be added.

@torugok as far as steps to implement, I don't have documentation on how to do that yet, still working on making sure more of basics are there. There has been discussion on Discord with Linq2Sql folks around a planned plugin system for contributors to build such integrations easily. Work on that however has not started yet.

iansmirlis commented 7 months ago

Could nosql databases be supported, i.e. mongodb?

tareqimbasher commented 7 months ago

I don't see why not, especially since there's already a EF Core provider for Mongo. Will add it to the list of planned providers, thank you!

tareqimbasher commented 1 month ago

Update: MySQL connection support introduced in #247 (thank you @SimonNyvall) and MariaDB will be following soon.

@torugok while I still haven't added steps on how to integrate a new DB provider, #247 is a good guideline.

tareqimbasher commented 6 days ago

New version is out with MySQL and MariaDB connections!

neonleo commented 5 days ago

New version is out with MySQL and MariaDB connections!

This is legendary moment! Thanks 🙏