SQLiteBooks example and initial database
I was going through the SQLiteBooks sample code downloaded from Apple. I understand everything about the example except how they created the initial database that is used in the project (booksdb.sql).
Is there a built-in application on the Mac to create a database, kinda like Enterprise Manager on Windows?
Thanks in advance.
Is there a built-in application on the Mac to create a database, kinda like Enterprise Manager on Windows?
Thanks in advance.
Mac OS X ships with a command-line interface to SQLite. man sqlite3
smasher Wrote:I used this:
http://sourceforge.net/projects/sqlitebrowser/
It had a few quirks, but not bad.
I tried the SQLiteBrowser, it got the job done for me to create a very simple DB to play with. I think I will install mySQL because I need more functionality, for example, setting default values for columns or creating restraints.
Thanks for the help
Possibly Related Threads...
| Thread: | Author | Replies: | Views: | Last Post | |
| A few initial questions about my first game (2D) | marcosscriven | 2 | 2,892 |
Jul 6, 2009 06:15 AM Last Post: marcosscriven |
|
| Selecting initial row in TableView - error? | technocrat9000 | 2 | 4,498 |
Nov 19, 2008 08:22 PM Last Post: technocrat9000 |
|

