kemal-pg

Easily add Postgresql database to Kemal
0.1.0 released

kemal-pg

Postgresql connection middleware for Kemal

Installation

Add this to your application's shard.yml:

dependencies:
  kemal-pg:
    github: sdogruyol/kemal-pg

Usage

This middleware adds Postgresql connection pool to Kemal as a middleware.

require "kemal"
require "kemal-pg"

pg_connect "postgres://user@host:5432/your_db"

# Make sure to yield `env`.
get "/" do |env|
  users = conn.exec("SELECT * FROM users")
  "Hello from postgresql"
end

Contributing

  1. Fork it ( https://github.com/sdogruyol/kemal-pg/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

kemal-pg:
  github: sdogruyol/kemal-pg
  version: ~> 0.1.0
License MIT
Crystal none

Authors

Dependencies 2

  • pg master
    {'branch' => 'master', 'github' => 'will/crystal-pg'}
  • pool master
    {'branch' => 'master', 'github' => 'ysbaddaden/pool'}

Development Dependencies 0

Dependents 0

Last synced .
search fire star recently