Results 1 to 4 of 4

Thread: SQLite on Mac OS X

  1. #1
    Join Date
    Sep 2009
    Posts
    57

    SQLite on Mac OS X

    I have a Compaq laptop on which i had installed Mac OS X as my operating system. I would like to know that for what purpose SQLite application can be used on Mac? What function does SQLite application can perform on Mac? Has anybody used SQLite application? Kindly provide me the correct information on SQLite application. Any information on SQLite application would be greatly appreciated.

  2. #2
    Join Date
    Apr 2008
    Posts
    4,642

    Re: SQLite on Mac OS X

    SQLite is an embedded SQL database engine. The SQLite engine is not a standalone process with which the application program communicates. SQLite is not a client library used to connect to a big database server. It is located in /usr/bin directory and called sqlite3.

  3. #3
    Join Date
    May 2008
    Posts
    4,570

    Re: SQLite on Mac OS X

    SQLite is the server. Using SQLite, users can create file-based databases that can be transported across machines, platforms, etc. You can check your sqlite installation is complete by typing using the which command in the OS X terminal:
    $ which sqlite3
    /opt/local/bin/sqlite3

  4. #4
    Join Date
    May 2008
    Posts
    4,345

    Re: SQLite on Mac OS X

    Unlike most other SQL databases, SQLite does not have a separate server process. SQLite databases can be created by using the sqlite3 program in /usr/bin. SQLite reads and writes directly to ordinary disk files. Creating and editing databases is cumbersome using the command line program, so a graphical tool like RazorSQL that is capable of communicating with SQLite makes it much easier to manage your SQLite databases.

Similar Threads

  1. Need to know more about places.sqlite file in Firefox.
    By abaigeal in forum Technology & Internet
    Replies: 3
    Last Post: 18-04-2011, 07:51 PM
  2. Use Of SQLite In Blackberry Playbook
    By Pony in forum Portable Devices
    Replies: 4
    Last Post: 22-02-2011, 02:28 PM
  3. Unexpected SQLite SQLITE_SCHEMA error
    By Broot in forum Software Development
    Replies: 4
    Last Post: 25-02-2010, 10:25 PM
  4. How to list all table containing SQlite database
    By Neil'o in forum Software Development
    Replies: 4
    Last Post: 24-02-2010, 11:00 PM
  5. What is SQLite ?
    By kex in forum Software Development
    Replies: 3
    Last Post: 26-06-2009, 02:13 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,751,784,291.28189 seconds with 16 queries