Skip to content

tedcheng/active_record_lite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Active Record Lite

Undergoing some refactoring, to be updated soon.

A lite version of Rails Active Record.

This implementation includes:

  1. mass assignment
  2. database abstraction
  • Class Methods all/new/create/find/where
  • Instance Methods save/update/destroy
  1. associations
  • has_many
  • belongs_to
  • has_one_through

About

A lite version of Rails Active Record with mass assignment, database abstraction, and associations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages