wtfaremyinitials / osa-imessage

Send and receive iMessages with nodejs
MIT License
324 stars 54 forks source link

Move to async/await and node-sqlite #12

Closed briangonzalez closed 7 years ago

briangonzalez commented 7 years ago

node-sqlite is a promise-ified wrapper over sqlite3.

Would you be ok with me refactoring osa-imessage to use async/await and node-sqlite? I think it would clean up the code quite a bit. I am also hoping to add in a mock sqlite db and use it to power a small unit testing suite.

Thoughts?

wtfaremyinitials commented 7 years ago

Sure, that would be fantastic! Please be sure to keep the refactor and feature additions in separate commits.