Hi All,
As part of the application I am currently writing using XCode I want to use SQLite as the preferred database.
From what I can gather, to create a database, you do this via a terminal session. For example: sqlite3 test.db
If I wanted to create a database within XCode, how would I achieve this?
I am happy with all the SQL statements as I used this when I was coding under Visual Studio using SQL Server.
It just the creation of a database via XCode and SQLite. I am pretty new to all this Mac stuff.
Pete
As part of the application I am currently writing using XCode I want to use SQLite as the preferred database.
From what I can gather, to create a database, you do this via a terminal session. For example: sqlite3 test.db
If I wanted to create a database within XCode, how would I achieve this?
I am happy with all the SQL statements as I used this when I was coding under Visual Studio using SQL Server.
It just the creation of a database via XCode and SQLite. I am pretty new to all this Mac stuff.
Pete
Last edited by a moderator: