author | mickeyl <mickeyl> | 2003-08-10 15:42:26 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2003-08-10 15:42:26 (UTC) |
commit | 90dbd3e9e7139c1280e71f9c77ed4362b8d0f367 (patch) (unidiff) | |
tree | 22f0947337ea9b21a1d8f56d04ce3292c9d6f19e /libsql/DESIGN | |
parent | 616e919ff6aea6a30e18edb37128c229e806beae (diff) | |
download | opie-90dbd3e9e7139c1280e71f9c77ed4362b8d0f367.zip opie-90dbd3e9e7139c1280e71f9c77ed4362b8d0f367.tar.gz opie-90dbd3e9e7139c1280e71f9c77ed4362b8d0f367.tar.bz2 |
libsql is now a part of libopie2
-rw-r--r-- | libsql/DESIGN | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/libsql/DESIGN b/libsql/DESIGN deleted file mode 100644 index a6c7217..0000000 --- a/libsql/DESIGN +++ b/dev/null | |||
@@ -1,19 +0,0 @@ | |||
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 | |||