logoalt Hacker News

focusgroup0last Friday at 4:41 PM1 replyview on HN

Would this be a good fit for migrating from mongo --> sqlite? A task I am dreading


Replies

zffrlast Friday at 5:15 PM

Just curious, why do you want to migrate from mongo (document database server) to sqlite (relational database library)?

That migration would be making two changes: document-based -> relational, and server -> library.

Have you considered migrating to Postgres instead? By using another DB server you won't need to change your application as much.

show 1 reply