I'm new to objective c. I'm trying to create database for first time in my mac i did following steps
******100$ sqlite3 test.sql
SQLite version 3.7.5
Enter ".help" for instructions
Enter SQL statements terminated with a ";"
But wen i enter .schema I'm getting following error
sqlite> .schema
Error: unable to open database "test.sql": unable to open database file
And same error if i go to create a teble