From 616e919ff6aea6a30e18edb37128c229e806beae Mon Sep 17 00:00:00 2001 From: mickeyl Date: Sun, 10 Aug 2003 15:40:31 +0000 Subject: merge zeckes libsql into libopie2 --- (limited to 'libopie2/opiedb/DESIGN') diff --git a/libopie2/opiedb/DESIGN b/libopie2/opiedb/DESIGN new file mode 100644 index 0000000..a6c7217 --- a/dev/null +++ b/libopie2/opiedb/DESIGN @@ -0,0 +1,19 @@ +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 ;) + + -- cgit v0.9.0.2