Skip to content

A little plugin to support mapping the same code onto various database structures

Notifications You must be signed in to change notification settings

twinge/db_mappings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DB Mappings
===========

Allows you to define your database structure in a mappings.yml file.

Useful for working with legacy databases, and for deploying the same code on multiple database schemas.

Usage
======

Create a mappings.yml file in your config folder. A sample can be found included with this plugin.
Follow the format in the sample.

In each class that requires custom mapping, add the line 

  load_mappings
  
just after the class declaration

About

A little plugin to support mapping the same code onto various database structures

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages