Skip to content

Commit 4f385aa

Browse files
authored
Update README.md
1 parent 63b00e2 commit 4f385aa

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Header files based C++ database connection API based on KISS principle
55

66
### The why?
77

8-
I had a hard time finding a free open source C++ Sybase driver that would be lightweight with no dependencies, easy to add and use, having a generic extensible interface in case database would be switched later on.
8+
I had a hard time finding a free open source C++ Sybase driver that would be lightweight with no dependencies, easy to add and use, having a generic extensible interface in case database would be switched later on. Since then I also added SQLite driver.
99

1010

1111
### Thread safety:
@@ -22,6 +22,7 @@ It's up to the users to decide whether to use (and what kind) any synchronizatio
2222
### Currently supported databases:
2323

2424
* Sybase ASE (ASA was not tested) - see sybase_example.cpp
25+
* SQLite - see sqlite_example.cpp
2526

2627

2728
### Development state:
@@ -31,7 +32,7 @@ The code has not been extensively tested, thus there could be some bugs.
3132
Especial concerns would be the large data type (text, blob, unitext) and utf support.
3233

3334

34-
### Usage example
35+
### Usage example (same for all drivers for supported features - see sample files)
3536

3637
@code
3738

0 commit comments

Comments
 (0)