ado

v2.4.0

Ada Database Objects (Core library)

Build StatusTest StatusCoverageDocumentation Status

Ada Database Objects is an Ada05 library that provides object relational mapping to access a database in Ada05. The library supports Postgresql, MySQL, SQLite as databases. Most of the concepts developped for ADO come from the Java Hibernate ORM.

The ORM uses an YAML, XML mapping file or an UML model, a code generator and a runtime library for the implementation. It provides a database driver for Postgresql, MySQL and SQLite. The ORM helps your application by providing a mapping of your database tables directly in the target programming language: Ada05 in our case. The development process is the following:

  • You design your database model either using a UML tool or by writing a YAML or XML description,
  • You generate the Ada05 mapping files by using the Dynamo code generator,
  • You generate the SQL database tables by using the same tool,
  • You write your application on top of the generated code that gives you direct and simplified access to your database.

ADO Development model

You need at least one of these databases (or all of then). The configure script will now fail if no supported database was found. Check the Database Drivers section to install them and run the configure again after the installation.

Documentation

Install

Globally install this crate:

alr install ado

Add to your project:

alr with ado

Crate Information

Authors

Maintainers

Maintainers (GitHub pseudo)

Release Date

2 years ago

First Release

1/13/2021

License

Statistics

Dependencies: 2

Dependents: 4

Versions: 4

Dependencies

utilada^2.6.0