Sha256: a1e582c3e4637f90d86164551b949c10b7a343246c01a97797858c5cc7968223

Contents?: true

Size: 356 Bytes

Versions: 9

Compression:

Stored size: 356 Bytes

Contents

# Sequel

Sequel is an orm and database connector.
It is easy to use and configure.

It handles connection with DB, sql request creation, caching, etc.

[Sequel documentation](http://sequel.jeremyevans.net/documentation.html)

## Installation

```bash
gem install sequel
```

## Usage

```ruby
require 'sequel'
DB = Sequel.connect(ENV['DATABASE_URL'])
```

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
nephos-server-0.6.9 DOCUMENTATION/DATABASE/SEQUEL.md
nephos-server-0.6.8 DOCUMENTATION/DATABASE/SEQUEL.md
nephos-server-0.6.7 DOCUMENTATION/DATABASE/SEQUEL.md
nephos-server-0.6.5 DOCUMENTATION/DATABASE/SEQUEL.md
nephos-server-0.6.4 DOCUMENTATION/DATABASE/SEQUEL.md
nephos-server-0.6.3 DOCUMENTATION/DATABASE/SEQUEL.md
nephos-server-0.6.2 DOCUMENTATION/DATABASE/SEQUEL.md
nephos-server-0.6.1 DOCUMENTATION/DATABASE/SEQUEL.md
nephos-server-0.5.4 DOCUMENTATION/DATABASE/SEQUEL.md