Skip to content

Lets you create associations and complete models automatically based on your database schema.

License

Notifications You must be signed in to change notification settings

QaDeS/sequel_auto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sequel Auto

This plug-in makes defining your models for accessing a database as easy as:

Sequel::Model.plugin :auto
Sequel::Model.auto_models

You can also use the automatic retrieval of associations when you are defining your models by hand:

Sequel::Model.plugin :auto

class Foo < Sequel::Model
  auto_assoc

  ...
end

This plugin currently works for PostgreSQL only! More databases will be supported soon.

About

Lets you create associations and complete models automatically based on your database schema.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages