-rw-r--r-- | libsql/DESIGN | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libsql/DESIGN b/libsql/DESIGN new file mode 100644 index 0000000..a6c7217 --- a/dev/null +++ b/libsql/DESIGN | |||
@@ -0,0 +1,19 @@ | |||
1 | Design of OpieSQL | ||
2 | |||
3 | My intention for OpieSQL was to write | ||
4 | a simple c++ interface which would allow | ||
5 | easy use of common database functions on | ||
6 | different backends | ||
7 | |||
8 | How does these goals reflect the current Implementation | ||
9 | |||
10 | -through OSQLManager + OSQLBackEnd I'll be able to change | ||
11 | the default db driver and be able to add new | ||
12 | driver implementations | ||
13 | |||
14 | -OSQLQuery, RawQuery, SelectQuery allows a flexible and | ||
15 | OO way of fast querying databases | ||
16 | |||
17 | -much more ;) | ||
18 | |||
19 | |||