How to import a db file to Neo4j desktop?

I don't find the way could import a .db file to desktop...

What application created this .db file ?

In general, you would provide the data in a set of csv files and create import scripts to read the files and create the neo4j data.

There is also an ETL tool. You can look to see if this is applicable.