From 86352e32f449ecf00de254674b7dcac72bc34a14 Mon Sep 17 00:00:00 2001 From: zecke Date: Tue, 27 Aug 2002 20:17:50 +0000 Subject: Initial check in of the light wrapper library around normal SQL The first driver implementation is a SQLite version --- (limited to 'libsql/DESIGN') 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 @@ +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