-
Book Overview & Buying
-
Table Of Contents
Learning SQLite for iOS
By :
To start, a database must be created. By using the following command to create the database, although it will be created, nothing will be physically stored in the database yet. There is no default place to store the SQLite database once it has been created. The location could be your home directory, a working directory, or a pre-created database directory:
$ sqlite3 testdatabase.db
By default, an environment is prepared ready effectively, for database objects, as defined by the preceding statement. SQLite was designed with the distinct policy of avoiding any size limits. To have a policy that would easily fit in the device's memory and be a 32-bit integer would work, but was not the best option. It proved to create problems since the product was pushed to extremes and the exploitation of security loopholes may have made the product vulnerable. The default settings of objects are generous and adequate for most applications. There are also different settings statements...
Change the font size
Change margin width
Change background colour