Create sqlite3 database at prompt

Posted by user15432 on Stack Overflow See other posts from Stack Overflow or by user15432
Published on 2010-05-05T06:19:26Z Indexed on 2010/05/05 6:28 UTC
Read the original article Hit count: 254

Filed under:

I tried using the following commands to create a database file at prompt, but none of them would work.

$ sqlite3 test.db
sqlite3 test.db
test.db

does it require a semi-colon at the end or is it that hard to create a database file using sqlite3 prompt?

© Stack Overflow or respective owner

Related posts about sqlite3