This repository has been archived by the owner. It is now read-only.

crom.cr

CRystal Object Mapper

crom

CRystal Object Mapper

See the backends for usage.

*/!\ Work in progress, not ready for production use /!*

TODO

  • Add critera to fetch data
  • Add more backends ( MongoDB, Postgres, ... )

Installation

Add this to your application's shard.yml:

dependencies:
  crom:
    github: TechMagister/crom.cr

Backend

Backend Feature MySQL Redis
Insert x x
Delete x x
Update x x
Aggregation x x
Get by id x x
Get all x x
Delete all x x
Count x x
  • MySQL backend, support aggregation, insert,update, delete, get by id
  • Redis backend, use JSON to store the data

Contributing

  1. Fork it ( https://github.com/TechMagister/crom.cr/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

Repository

crom.cr

Owner
Statistic
  • 4
  • 0
  • 0
  • 2
  • 0
  • over 7 years ago
  • November 5, 2016
License

MIT License

Links
Synced at

Wed, 01 May 2024 14:15:10 GMT

Languages