Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ElfQrin authored Jan 28, 2017
1 parent 1c09b77 commit 24e3e04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# addressbook

Simple Database handling for PHP/*SQL (MySQL, MySQLi, PostgreSQL, SQLite) that can perform all basic operations: Create Database, Add Record, Edit Record, Delete Records, View all Records, Search the Database, Export the Database, Statistics.
Simple Database handling for PHP/*SQL (MySQL, MySQLi, PostgreSQL, SQLite) that can perform all basic operations: Create Database, Add Record, Edit Record, Delete Records, View all Records, Search the Database, Export the Database, Statistics, Empty the Database, Remove the Database.

Note that it's meant to provide the code to work with a database, not as a stand alone application. It doesn't handle users so that if you put it online as is anybody will be able to add, edit, or delete entries (records). However it does support user permissions for all operations, so that it's not hard to make it work into an existing PHP website with user registration.

0 comments on commit 24e3e04

Please sign in to comment.