Giter VIP home page Giter VIP logo

entitydb's Introduction

使用教程:https://www.cnblogs.com/IWings/p/9304874.html

本组件,在数据查询方面,除了禁用了数据跟踪,其他与EF Core原版一致,所以,如果发现查询方面的问题,请在EF Core源码处提问,https://github.com/aspnet/EntityFrameworkCore

启动服务器

在Way.EJServer\bin\Debug\netcoreapp2.0文件夹里面,创一个run.bat批处理文件,内容如下:

dotnet Way.EJServer.dll 6060

6060是本机任意一个没有使用的端口号,表示以6060为端口,创建一个服务器工作空间

运行客户端

运行EJClient\bin\Debug\EJClient.exe程序,连接到服务器6060工作空间
server url:https://localhost:6060
user name: sa
password: 1

目前支持的数据库

SqlServer
Sqlite
MySql
PostgreSql

由于MySQL表结构修改,不支持事务,所以不推荐使用MySQL

entitydb's People

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.