ebisu_cpp_db 0.0.10 copy "ebisu_cpp_db: ^0.0.10" to clipboard
ebisu_cpp_db: ^0.0.10 copied to clipboard

Dart 1 only

A library that supports code generation of C++ database access

Ebisu Cpp Db #

Build Status

A package that generates C++ code supporting various types of access to specific schema of a relational database. This is not about the layer that interacts directly with the database. Rather, it is the often boilerplate code that sits on top of that, providing access to tables and queries in fairly standard ways.

Purpose #

Ideally, C++ CRUD support can be provided by pointing some code generation utilities at a database and having it spit out all the code required. That is the goal of this project. The initial focus will be linux and MySql, however the C++ is generated and fairly standard. The interface to the database is achieved through OTL but written in such a way that other libraries could be supported (e.g. poco or qt).

Examples #

For sample code that is using these code generation utilities see the generated code in fcs project against the code_metrics schema

0
likes
15
points
16
downloads

Publisher

unverified uploader

Weekly Downloads

A library that supports code generation of C++ database access

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

ebisu, ebisu_cpp, github, ini, magus, path, quiver, sqljocky

More

Packages that depend on ebisu_cpp_db