I have a rails app completely developed on cloud9 using sqlite3 database I want to export all the data I have in this app into a SQL file How to do it?
Asked
Active
Viewed 110 times
0
-
1Possible duplicate of [How do I dump the data of some SQLite3 tables?](http://stackoverflow.com/questions/75675/how-do-i-dump-the-data-of-some-sqlite3-tables) – Brian Apr 05 '17 at 14:46
-
@Brian yes, that's correct. That link has the preferred method. – Brady Dowling Apr 05 '17 at 16:43