diff options
author | lloyd <[email protected]> | 2014-12-20 13:45:23 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2014-12-20 13:45:23 +0000 |
commit | 4083193089f91ec11584ae729ecc3b4cc3b4b86a (patch) | |
tree | d6edc4e416f3eb34aeb91b00d2bee6386962f316 /src/lib/utils/sqlite3/info.txt | |
parent | 4562cd4366c81c905dc8957837c6128b193a28bd (diff) |
Add abstract database interface so applications can easily store info
in places other than sqlite3, though sqlite3 remains the only
implementation. The interface is currently limited to precisely the
functionality the TLS session manager needs and will likely expand.
Diffstat (limited to 'src/lib/utils/sqlite3/info.txt')
-rw-r--r-- | src/lib/utils/sqlite3/info.txt | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/lib/utils/sqlite3/info.txt b/src/lib/utils/sqlite3/info.txt index 97d59d697..6370f4b2b 100644 --- a/src/lib/utils/sqlite3/info.txt +++ b/src/lib/utils/sqlite3/info.txt @@ -5,10 +5,6 @@ load_on request all -> sqlite3 </libs> -<header:internal> +<header:public> sqlite3.h -</header:internal> - -<source> -sqlite3.cpp -</source> +</header:public> |