Expo SQLite ActiveRecord

This project is an example of using expo sqlite with a (minimal) ActiveRecord pattern implementation.

Check App.js for usage.

TODO:

  • translate Car.js model to EN-US.
  • move model logic to a base class.