This library is compatible with Go 1.11+
Please refer to CHANGELOG.md
if you encounter breaking changes.
The goal of this project is to simplify and speed up data layer prototyping and development. It can be used as golang ORM or purely rule based. This is achieved by utilising rules to govern data mapping and binding for all data interaction. This project can be deployed as standalone or serverless with REST or Micro service style.
For read views from external file, see: read view from file
For creating views programmatically, see: create view programmatically
For reader usage, see: how to use reader
Datly is an open source project and contributors are welcome!
See TODO list
The source code is made available under the terms of the Apache License, Version 2, as stated in the file LICENSE
.
Individual files may be made available under their own specific license, all compatible with Apache License, Version 2. Please see individual files for details.
Library Authors:
- Kamil Larysz
- Adrian Witas