GithubHelp home page GithubHelp logo

Comments (20)

jespersh avatar jespersh commented on May 16, 2024 4

Since "MySQL for Visual Studio" by Oracle currently doesn't support 2019 (which is one of the requirements here), give https://github.com/jespersh/mysql-for-visualstudio2019/releases/download/1.2.8/mysqlvs2019.vsix a roll. It is a repackaged version I made just for VS2019 and my limited testing shows it works. It will be removed once Oracle provides their own for 2019.

from efcorepowertools.

ErikEJ avatar ErikEJ commented on May 16, 2024

Not at the moment, no. Command line ? (if it is an available feature in your MySql provider)

from efcorepowertools.

ErikEJ avatar ErikEJ commented on May 16, 2024

Looks like the building blocks are present, let me know if you would be able to help test this?

https://dev.mysql.com/downloads/windows/visualstudio/
https://github.com/PomeloFoundation/Pomelo.EntityFrameworkCore.MySql

from efcorepowertools.

ErikEJ avatar ErikEJ commented on May 16, 2024

From @AllanTee on January 18, 2018 17:42

Hi Erik,

The Pomelo thing works. At least it connected to external MySQL database and did the "Scaffold-DbContext" miracle, which I needed. Thank You very much!!!
Consider to develop MySQL support to your tool as well. :-)

from efcorepowertools.

ErikEJ avatar ErikEJ commented on May 16, 2024

From @AllanTee on March 7, 2018 16:8

Thank you!

from efcorepowertools.

ErikEJ avatar ErikEJ commented on May 16, 2024

From @Pangamma on March 7, 2018 19:11

I would love this to become a feature.

from efcorepowertools.

ErikEJ avatar ErikEJ commented on May 16, 2024

@Pangamma PRs accepted ๐Ÿ˜

from efcorepowertools.

ErikEJ avatar ErikEJ commented on May 16, 2024

@Pangamma Which provider are you looking for?

from efcorepowertools.

ErikEJ avatar ErikEJ commented on May 16, 2024

From @Pangamma on March 15, 2018 21:9

@ErikEJ MySQL.

from efcorepowertools.

jespersh avatar jespersh commented on May 16, 2024

Will give the MySQL part a shot during the weekend. Seems like all the parts are here to make this possible.
One thing, why is Blend required for building?

I don't see a VSIX provider registration with Pomelo.EntityFrameworkCore.MySql like there is for Npgsql here: https://github.com/npgsql/npgsql/blob/master/src/VSIX/NpgsqlProviderRegistration.cs
Could this cause me some headaches?

from efcorepowertools.

ErikEJ avatar ErikEJ commented on May 16, 2024

One thing, why is Blend required for building?

Because of the MVVM components used for the WPF forms (@Herdo ??)

don't see a VSIX provider registration with Pomelo.EntityFrameworkCore.MySql like there is for Npgsql here: https://github.com/npgsql/npgsql/blob/master/src/VSIX/NpgsqlProviderRegistration.cs
Could this cause me some headaches?

Yes, currently the tool expects a provider to be able to store connection information in Server Explorer (using DDEX) -see above - but the design time provider and the used EF Core provider do not have to match, so you should be able to use the official MySQL DDEX provider.

In other words, the DDEX provider is only used to store and provide the connection string.

Requirements:
DDEX provider + full .NET Framework ADO.NET provider.
EF Core 2.x provider that implements IDesignTimeServices

from efcorepowertools.

Herdo avatar Herdo commented on May 16, 2024

One thing, why is Blend required for building?

Because of the MVVM components used for the WPF forms (@Herdo ??)

Yeah, exactly. That's the thing where the NuGet package was introduced recently, but we didn't replace that reference, yet.

from efcorepowertools.

ErikEJ avatar ErikEJ commented on May 16, 2024

MySql support now available

from efcorepowertools.

jespersh avatar jespersh commented on May 16, 2024

This was an interesting experience to make with EFCore. Thanks for your meetup talk not long ago. Wouldn't have found this project otherwise.

from efcorepowertools.

ErikEJ avatar ErikEJ commented on May 16, 2024

Thanks, Jesper - any suggestions for what I can do to make devs better aware of this project?

from efcorepowertools.

jespersh avatar jespersh commented on May 16, 2024

My thanks to you for creating this tool.
I think the word of mouth will spread the word of it best. I see it is already popular on the VS marketplace with 160k downloads.

An issue I suppose I had with this is, is that I didn't know what the end result should be.

from efcorepowertools.

jespersh avatar jespersh commented on May 16, 2024

The tracked issue on Pomelo's end for using StrongNamer here is this one: PomeloFoundation/Pomelo.EntityFrameworkCore.MySql#603

from efcorepowertools.

ErikEJ avatar ErikEJ commented on May 16, 2024

Closing, as no request for Oracle ever received, and no Oracle provider exists

from efcorepowertools.

qgxcry avatar qgxcry commented on May 16, 2024

@ErikEJ Oracle provider Citms.EntityFrameworkCore.Oracle๏ผŒ Please Support for Oracle

from efcorepowertools.

ErikEJ avatar ErikEJ commented on May 16, 2024

@qgxcry feel free to do a PR!

from efcorepowertools.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.