Persistence options for .NET Core, Linux, and free license

Upon investigation, it appears that all the freely available pre-built connectors for various Linux based storage are not .NET Core compatible yet via Nuget, I’m just trying to create a proof-of-concept without purchasing a license yet. I checked into using MySQL, Redis, SQL Lite or in-memory options, but none were .NET Core compatible. Is the only .NET Core ready, free connector the SQL Server connector? Otherwise I assume I could try to get the source for one of the existing solutions and make it Core ready…

Hi there, I went with postgres DB thats works well with MVC.