Skip to content

Eselce/psqlsrv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

psqlsrv

C++20 project with access to PostgreSQL and HTTP.

Compile server and run:

make
./bin/server

Build server and run:

make build
server

Install server in ~/bin and run:

make install
server

Build and install server in ~/bin and run:

make all
server

Run server in ~/bin:

make run

Debug server in ~/bin:

make rundebug

Clean intermediate *.o files:

make cleanobj

Clean intermediate files and server:

make clean

Clean all intermediate files and installed server:

make cleanall

Create a simple backup of source files in attic:

make backup

Clean simple backup in attic:

make cleanbackup

Download latest version of cpp-httplib and compare:

make deps

For configurations debug and release use DEBUG=1 or DEBUG=0. Otherwise configuration bin is used. Targets for easier package building:

make installdebug
make installrelease
make builddebug
make buildrelease
make configs
make configsbuild
make configsall

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors