Skip to content

freevryheid/fpq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fpq

postgreSQL (libpq) fortran bindings

Opted to break the functions into various fpq_modules as done per the libpq documentation.

build using fpm

Add to your fpm.toml:

[build]
link = "pq"
[dependencies]
fpq.git = "https://github.com/freevryheid/fpq"

Documentation

Generate the source code documentation with FORD. Add FORD with pip, for example:

$ python3 -m venv virtual-environment/
$ source virtual-environment/bin/activate
$ python3 -m pip install ford

Or, instead, just install the package in your user directory:

$ python3 -m pip install --user ford

Then, run:

$ ford fpq.md

Open doc/index.html in a web browser.

About

PostgreSQL (pq) fortran bindings

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published