Giter VIP home page Giter VIP logo

norm's Introduction

数据库ORM组件说明

版本: V 1.0.4.0
作者: daodaoliang
时间: 2021年06月09日

0. 组件信息说明

项目架构

基础信息 信息描述
当前开发版本 V 1.0.4.0
代码仓库位置 https://github.com/daodaoliang/NORM
开发语言 Qt c++
支持的数据库 MySqlServer、SQLite、PostgreSQL、MSSqlServer、DM7
开发者的开发环境 windows + Qt5.10 + mingw

1. 组件使用说明

1.1 编译组件库

  • 获取源码;
  • 在QtCreator中打开NORM.pro, 不要选择影子构建,开始编译构建;
  • 同级目录中会出现bin文件夹,里面就是编译好的组件库, 注意看版本信息;
  • 在外部项目使用时直接把编译好的库和inc文件夹下的文件打包使用即可;
  • 在内部项目使用时,请直接引用NORM_inc.pri即可,同时需要手动把编译好的库拷贝到主程序执行目录,或者编写辅助脚本在运行前拷贝;

1.2 运行测试用例

  • 编译并运行 example 子项目即可,不要勾选在终端运行;

1.3 使用实例

暂时不想写,过几天再说o(╯□╰)o

2. 开发计划

暂无计划

3. 版本说明

当前最新版本 V 1.0.4.0

V 1.0.4.0

  • 增加达梦数据库的支持

V 1.0.3.0

  • 增加QStringList的支持,解析成mysql中的 JSON数据字段;

V 1.0.2.0

  • 增加数据库的自动创建;
  • 解决metaobject中方法的编译错误;
  • 修改原项目的方法名字,解除它和员框架的依赖;

V 1.0.1.0

  • 在 QDjango 中迁移出 db 子项目;
  • 修正工程文件的编译依赖关系;
  • 增加第三方引用时的工程文件,并增加测试用例;

4. 联系我

有任何疑问请联系我: QQ: 88341189 email: [email protected]

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.