Recommend this page to a friend! |
All requests ![]() |
> | How to find package ? | > | Request new recommendation | > | ![]() |
> | ![]() |
by Jiri - 8 years ago (2017-02-11)
+2 | I'd like find package for accessing MySQL database. When I "Search" for "MySQL", I get all packages, where word "MySQL" is used... Too much packages to reading about all of them... |
2. by Jiri - 8 years ago (2017-02-12) Reply
I have'nt been long time here, and wish to find something no so specific.. just see, what I can use. But I'm a bit confused by the way of alfabetical list of all database packages... it is not easy to find something not exactly known...
1. by Manuel Lemos - 8 years ago (2017-02-12) Reply
The problem is to determine what you want the package to do. What do you like the package to do regarding MySQL that is not provided by the PHP MySQL extensions as MySQLi, PDO or even the old MySQL extension?
Database access and abstraction, ORM (Object-Relational Mapping), backup and synchronization, or something else?
+1 |
you can try this one which looks good...for a list of mySQL class don't use the search bar but go to this link https://www.phpclasses.org/browse/class/10.html and read a bit what each class does, so you may easily find what you want according to what you wish to do... |
+1 |
This package can generate classes to access MySQL as objects. It can access a given MySQL database, retrieve its schema of tables and fields, and generates classes to access the records of tables as objects. The generate classes have setter and getter functions for accessing record field values, as well functions to insert, update and delete table records. |
+1 |
This package is an easy way to perform MySQL queries using PDO. It provides 2 functions, one to execute a query and one to execute a query and return its result. |
+2 |
The package can help you handles all CRUD operations to your table records and return a JSON format string. All you need is make sure request are array of key and value pairs so that it can create the query structure and make the request and response base on the request. it think this might be helpful. thank you. |
Recommend package | |
|