SQLite, sadly no, unless you decide to convert the database dump into a batch of CSV files and use native CSV import tools to load them into SQLite into pre-prepared tables.
Try searching for some tools on the web, it can't be that uncommon of a procedure.