Browse Source

Merge branch 'master' of github.com:mevdschee/php-crud-api

Maurits van der Schee 7 years ago
parent
commit
066a98f234
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      README.md

+ 2
- 2
README.md View File

3
 
3
 
4
 # PHP-CRUD-API
4
 # PHP-CRUD-API
5
 
5
 
6
-Single file PHP script that adds a REST API to a MySQL 5.6 InnoDB database. PostgreSQL 9 and MS SQL Server 2012 are fully supported. There is even limited support for SQLite 3.
6
+Single file PHP script that adds a REST API to a MySQL 5.6 InnoDB database. PostgreSQL 9.1 and MS SQL Server 2012 are fully supported. There is even limited support for SQLite 3.
7
 
7
 
8
 Related projects:
8
 Related projects:
9
 
9
 
15
 
15
 
16
   - PHP 5.3 or higher with MySQLi, libpq, SQLSRV or sqlite3 enabled (PHP 7 recommended)
16
   - PHP 5.3 or higher with MySQLi, libpq, SQLSRV or sqlite3 enabled (PHP 7 recommended)
17
   - PHP on Windows when connecting to SQL Server 2012
17
   - PHP on Windows when connecting to SQL Server 2012
18
-  - PostGIS for spatial features in PostgreSQL
18
+  - PostGIS 2.0 or higher for spatial features in PostgreSQL 9.1 or higher
19
 
19
 
20
 ## Installation
20
 ## Installation
21
 
21
 

Loading…
Cancel
Save