Skip to content

jeremycochoy/ClanPgsql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ClanPgsql

Official ClanPgsql repository (unofficial postgresql backend)

What is ClanPgsql

ClanPgsql is a PostgreSQL backend for the Database library of the game framework ClanLib.

Which version do I need?

ClanPgsql release are named after ClanLib releases.

For example, the ClanPgsql version compatible with ClanLib 2.3 branch is the 2.3 one.

The ClanPgsql version compatible with ClanLib 3.0 is actualy the master branch.

Because the Database API of clanlib is quite stable, one ClanPgsql version may be compatible with many ClanLib release. For example, ClanPgsql 2.3 is compatible with 2.3.6, 2.3.7 and 2.3.8 (svn head).

Install guide

It's pretty simple, but if you aren't used to cmake, it might be new for you.

Use git clone https://github.com/Zenol/ClanPgsql.git to clone the repository. Then, create a build directory, for example mkdir build; cd build. You can now run cmake and create the build tree with cmake ~/your_repository_clone (in the example, it's cmake ..).

Once your build tree was generated by cmake, type make and make install.

Bug report

You can report any bug by opening an issue.

About

Official ClanPgsql repository (unofficial postgresql backend)

Resources

Stars

Watchers

Forks

Packages

No packages published