Skip to content

Commit

Permalink
Updated README.md with brief history of SOCI :)
Browse files Browse the repository at this point in the history
  • Loading branch information
mloskot committed Feb 6, 2013
1 parent e5e4998 commit 4c65c0b
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions README.md
@@ -1,6 +1,16 @@
SOCI - The C++ Database Access Library
======================================

Brief History
-------------
Originally, SOCI was developed by Maciej Sobczak in CERN as
abstraction layer for Oracle, a Simple Oracle Call Interface.
Later, serveral database backends have been developed and added to SOCI.
Currently, SOCI may stand for something like Simple Open (Database) Call Interface.

Infrastructure
--------------

GitHub hosts SOCI source code repository,
issues tracker and wiki: https://github.com/SOCI

Expand Down Expand Up @@ -32,8 +42,3 @@ Git repository of SOCI project
* /doc - project documentation
* /www - project website
* /build - legacy build configurations (to be removed)


== Build Status ==

[![Build Status](https://api.travis-ci.org/SOCI/soci.png)](https://travis-ci.org/SOCI/soci)

0 comments on commit 4c65c0b

Please sign in to comment.