Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrewjh271/active_record_lite
https://github.com/andrewjh271/active_record_lite
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/andrewjh271/active_record_lite
- Owner: andrewjh271
- Created: 2020-08-22T22:00:01.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-30T21:06:16.000Z (8 months ago)
- Last Synced: 2024-12-09T09:54:20.414Z (27 days ago)
- Language: Ruby
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Active Record Lite
Implements some of the basic functionality of Active Record using metaprogramming techniques and SQL queries. An important component was understanding what `self` would refer to at various moments and when class or instance methods needed to be created/called.
Created as part of the App Academy curriculum. ([Part 1](https://open.appacademy.io/learn/full-stack-online/sql/build-your-own-activerecord-part-1); [Part 2](https://open.appacademy.io/learn/full-stack-online/sql/build-your-own-activerecord-part-2))