-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 @@ -Design of OpieSQL - -My intention for OpieSQL was to write -a simple c++ interface which would allow -easy use of common database functions on -different backends - -How does these goals reflect the current Implementation - --through OSQLManager + OSQLBackEnd I'll be able to change -the default db driver and be able to add new -driver implementations - --OSQLQuery, RawQuery, SelectQuery allows a flexible and -OO way of fast querying databases - --much more ;) - - |