wecross / ministry-scheduler

A better way of doing preaching planning
MIT License
0 stars 0 forks source link

sqllite discussion #3

Open radubrehar opened 4 years ago

radubrehar commented 4 years ago

For interacting with sql lite, I read good things about https://github.com/JoshuaWise/better-sqlite3 Also, they have good api docs https://github.com/JoshuaWise/better-sqlite3/blob/master/docs/api.md

radubrehar commented 4 years ago

I only hear very good things about SQLite - recently even FB Messenger adopted it - read more at https://engineering.fb.com/data-infrastructure/messenger/

radubrehar commented 4 years ago

Was looking for something to help us with database migrations - and just arrived on https://typeorm.io/ If someone is willing to give it a look - would be great. Seems nice at first glance

radubrehar commented 4 years ago

Prisma 2 was just launched https://www.prisma.io/blog/prisma-2-beta-b7bcl0gd8d8e - so maybe we should give this a try instead.