-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsqlite-m.h
More file actions
31 lines (25 loc) · 810 Bytes
/
sqlite-m.h
File metadata and controls
31 lines (25 loc) · 810 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
//
// sqlite-m.h
//
// Copyright 2008 Steven Fisher.
//
// This file is covered by the MIT/X11 License.
// See LICENSE.TXT for more information.
//
#import "SLStmt.h"
#import "SLDatabase.h"
#import "SLExtensions.h"
/** @mainpage sqlite-m
sqlite-m is a collection of Objective-C wrapper classes for various sqlite3
structures.
This library is meant to be as close as possible to sqlite3's design, while
supporting core types such as NSString and NSNumber and using Objective-C
messaging and memory management.
@sa SLDatabase, SLStmt
*/
/** @page copyright Copyright Information
Copyright © 2008 Steven Fisher. For use under MIT license as described in
LICENSE.TXT.
I waive the requirement for a copyright notice to be displayed in
executables compiled for the iPhone or iPod touch.
*/