Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cyberdelia/sequel-caller-location

Add comments or the caller location to your SQL
https://github.com/cyberdelia/sequel-caller-location

sequel sql

Last synced: about 2 months ago
JSON representation

Add comments or the caller location to your SQL

Awesome Lists containing this project

README

        

# Sequel Caller Location

Set the caller location as comments to your SQL.

## Installation

Install it directly using gem:

```
gem install sequel_caller_location
```

Or adding it to your ``Gemfile``:

```
gem "sequel_caller_location"
```

## Usage

## Configure

A straightforward example, this will let sequel_caller_location add the caller location
automatically:

```ruby
DB.extension(:caller_location)
```