bedrock

Version, currently master branch1 version
  • master branchlatestApr 19, 2020

github.com/sam0x17/bedrock

a full-featured, active-record-like ORM for Crystal targetting PostgreSQL and MySQL

0 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  bedrock:
    github: sam0x17/bedrock
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
0.34.0
License
MIT
Author
Sam Johnson

Dependencies

Runtime Dependencies

  • pg*github: will/crystal-pg

README

Bedrock

Bedrock is a full-featured ORM for the Crystal programming language that tries to take the best parts from ActiveRecord, adapt them, and evolve them into something newer and (hopefully) more powerful for Crystal.

Bedrock is under development, and is not yet usable.