# Data Sanity Inspector It is a gem with following options to check sanity of database

All data in all models
Random data in all models :
  * specify n number of random records,
  * specify criteria

#OUTPUT It would output result in a table with following details

+----+------------+-------------+-------------------+-----------------------+
| id | table_name | primary_key | primary_key_value | errors                |
+----+------------+-------------+-------------------+-----------------------+
| 1  |  Person    | person_id  | 128              |