summaryrefslogtreecommitdiff
path: root/libsql/DESIGN
Unidiff
Diffstat (limited to 'libsql/DESIGN') (more/less context) (ignore whitespace changes)
-rw-r--r--libsql/DESIGN19
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 @@
1Design of OpieSQL
2
3My intention for OpieSQL was to write
4a simple c++ interface which would allow
5easy use of common database functions on
6different backends
7
8How does these goals reflect the current Implementation
9
10-through OSQLManager + OSQLBackEnd I'll be able to change
11the default db driver and be able to add new
12driver implementations
13
14-OSQLQuery, RawQuery, SelectQuery allows a flexible and
15OO way of fast querying databases
16
17-much more ;)
18
19