Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 300 Bytes

index.md

File metadata and controls

6 lines (4 loc) · 300 Bytes

PhPgSql

There are two main parts. Both can be used separately:

  • DB - running safely SQL queries in DB and processing results back to PHP
  • Fluent - provide object fluent interface to prepare SQL queries and can internally use DB part to send queries right to the database.