8000 GitHub - linjuchen/ext-postgresql: 🐘 Coroutine-based client for PostgreSQL
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

linjuchen/ext-postgresql

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

install

  1. Make sure you have installed the latest version of swoole (swoole version >= 4.4)

  2. build:

    phpize  
    ./configure
    make && make install
    
  3. edit your php.ini :

    extension=swoole_postgresql.so
    

About

🐘 Coroutine-based client for PostgreSQL

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 88.8%
  • M4 7.3%
  • C 3.9%
0