sorenlouv / fb-sleep-stats

Use Facebook to track your friends’ sleeping habits
https://medium.com/@sqrendk/how-you-can-use-facebook-to-track-your-friends-sleeping-habits-505ace7fffb6
MIT License
1.62k stars 314 forks source link

Limit number of rows returned from database #116

Open kapsolas opened 6 years ago

kapsolas commented 6 years ago

Hi,

I'm not familiar with lowdb, but how can the dao.getUsers method be updated to only return the last n records?

Currently, from what I understand, the dao is returning all the records from the db.

Thanks!