Skip to content

XGuGu/Active-Journal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ActiveJournal

ActiveJournal is a custom mapping library developed in Ruby. It is inspired by Active Record. The library uses object-oriented programming and meta-programming to abstract SQL queries which allows the developer have a more intuitive database access.

Features

  • SQLObject part will interact with the database, with methods including: ::all, ::find, #insert, #update, #save
  • Searchable part will add the ability to search using ::where.
  • Associatable part will handle the module association.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages