SQLite User Forum

Synchronize data from sql express to sqlite
Login
Yes.  Your favourite programming language.

The SQLite Command Line Shell can be scripted to import data from CSV format.  You may find an equivalent tool for your other database system which can export data into CSV format.  And then write a script or program to do one, then the other.