Giter VIP home page Giter VIP logo

active_record_lite's Introduction

#Active Record Lite

Active Record Lite is an ORM based off the functionality of Rails active record. It utilizes the power of Ruby's metaprogramming and db_connection to create useful methods that allows Ruby to interact with a SQLite3 database.

How to Use

This project can be used by requiring 'sql_object.rb' in your project and having Model classes that correspond to your database inherit SQLObject. Please see the example.rb and cats.sql included in this repository to see a sample of this functionality.

###Available Methods:

  • SQLObject::all
  • SQLObject::first
  • SQLObject::last
  • SQLObject::find(id)
  • SQLObject#save
  • SQLObject::where(params)
  • SQLObject::belongs_to
  • SQLObject::has_many
  • SQLObject::has_one_through

Developer's Notes

This was one of the most intriguing projects I did at appAcademy. It allowed me to see what goes on under the hood in Rails and some of the powerful functionality Ruby and other programming languages contain. Heavily used is Ruby's send (to allow the calling of attribute setters stored as strings) and the define_method which allows us to define attribute getters and setters and the associations for the various models of our database.

active_record_lite's People

Contributors

dmoore1989 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.