SQLiteBooks example and initial database

Member
Posts: 38
Joined: 2008.09
Post: #1
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.
Quote this message in a reply
Moderator
Posts: 1,552
Joined: 2003.10
Post: #2
Mac OS X ships with a command-line interface to SQLite. man sqlite3
Quote this message in a reply
Member
Posts: 27
Joined: 2008.12
Post: #3
I used this:
http://sourceforge.net/projects/sqlitebrowser/

It had a few quirks, but not bad.
Quote this message in a reply
Member
Posts: 38
Joined: 2008.09
Post: #4
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
Quote this message in a reply
Post Reply 

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