Skip to content
This repository was archived by the owner on Feb 12, 2025. It is now read-only.

Commit

Permalink
Update soci.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ajinjude authored Mar 22, 2019
1 parent 262a403 commit 5ded82e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/soci.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SOCI
## What's SOCI ?
The core library is using [http://soci.sourceforge.net/index.html](SOCI) as its SQL driver abstraction layer.
The core library is using [SOCI](http://soci.sourceforge.net/index.html) as its SQL driver abstraction layer.
It provides an easy to make SQL queries inside C++ code and the ability to plug the library to multiple types of SQL
backends.

Expand Down Expand Up @@ -29,4 +29,4 @@ dangerous to use non-deterministic values.

libcore is also **not** compatible with (http://soci.sourceforge.net/doc/3.2/exchange.html#static_bulk)[SOCI bulk operations]
due to a current limitation around the custom database engine. This limitation is not per design and support could be
added in the future.
added in the future.

0 comments on commit 5ded82e

Please sign in to comment.