|
|
|
|
|
by zffr
189 days ago
|
|
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. |
|