SQLite for Mac Icon

SQLite for Mac

An ACID-compliant relational database management system

SQLite for MacOverview

SQLite is a in-process library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. The code for SQLite is in the public domain and is thus free for use for any purpose, commercial or private. SQLite is currently found in more applications than we can count, including several high-profile projects.

SQLite is an Embedded Sql database engine. Unlike most other SQL databases, SQLite does not have a separate server process. SQLite reads and writes directly to ordinary disk files. A complete SQL database with multiple tables, indices, triggers, and views, is contained in a single disk file. The database file format is cross-platform - you can freely copy a database Between 32-bit and 64-bit systems or between big-endian and little-endian architectures. These features make SQLite a popular choice as an Application File Format. Think of SQLite not as a replacement for Oracle but as a replacement for fopen()

SQLite is a Compact library. With all features enabled, the library size can be less than 250KiB, depending on compiler optimization settings. (Some compiler optimizations such as agressive function inlining and loop unrolling can cause the object code to be much larger.) If optional features are omitted, the size of the SQLite library can be reduced below 180KiB. SQLite can also be made to run in minimal stack space (16KiB) and very little heap (100KiB), making SQLite a popular database engine choice on memory constrained gadgets such as cellphones, PDAs, and MP3 players. There is a tradeoff between memory usage and speed. SQLite GeneRally runs FASTER the more memory you give it. Nevertheless, performance is usually quite good even in low-memory environments.

NEW:
In addition, a new interface sqlite3_strnicmp() is provided for the convenience of extension writers.

NEW

Fixed some bugs.

SQLite for MacInformation

Version
3.6.17
Date
08.10.09
License
Free
Language
English
File Size
252KB
Developer
Category
SubCategory
Operating Systems
Mac OS X
System Requirements
No additional system requirements.
SQLite Icon
An ACID-compliant relational database management system
Free
More
MySQL Query Browser Icon
The easiest visual tool for creating, executing, and optimizing SQL queries
Free
CASE Studio 2 Icon
Create ER diagrams for various databases, generate SQL scripts, HTML reports
Paid
SQL Prompt Icon
Intelligent code completion and layout for MS SQL Server
Paid
Crystal Reports Server XI Icon
Transforming data into actionable information accessible anytime, anywhere
Trial
xSQL Script Executor Icon
Execute multiple T-SQL scripts against multiple SQL Server, DB2, and MySQL databases.
Free
AppGini Icon
Generates multi-user PHP applications for MySQL without programming skills.
Trial
SQL Dumper Icon
Allows dumping a SQL Server Database to a text file
Free
Navicat for MySQL Icon
Create and browse MySQL databases, run SQL queries, or build reports.
Demo
More