Can anyone let me know how we can convert .sql database file into .sqlite file in mac.
Thanks in advance.
Can anyone let me know how we can convert .sql database file into .sqlite file in mac.
Thanks in advance.
The way this is done depends on your DBMS, however generally speaking there are the following steps:
Note that crafting portable SQL is a very hard and time consuming task and you might loose some functions compared to the source database.