Skip to content

Commit

Permalink
nope, don’t need that
Browse files Browse the repository at this point in the history
  • Loading branch information
fridgerator committed Jan 1, 2017
1 parent 5f74008 commit 417c3d7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,26 @@ Include [crystal-pg](https://github.com/will/crystal-pg) in your project
Make sure you have `ENV["PG_URL"]` set

in your application:

```
require "pg"
require "crecto"
```

#### Mysql

Include [crystal-mysql](https://github.com/crystal-lang/crystal-mysql) in your project

Make sure you have `ENV["MYSQL_URL"]` set

in your application:

```
require "mysql"
require "crecto"
```

## TODO

#### Roadmap (in no particular order)
Expand Down
2 changes: 0 additions & 2 deletions src/crecto/schema.cr
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
require "db"

module Crecto
# Schema is used to define the table name, and inside the schema block define the database field (column) names.
#
Expand Down

0 comments on commit 417c3d7

Please sign in to comment.