usernane / phMysql

PHP library for building MySQL database schema and quires.
MIT License
4 stars 2 forks source link

Support For Array-Like Datatype #22

Open usernane opened 4 years ago

usernane commented 4 years ago

This is a proposal for a new feature which is to add support for storing PHP arrays as values in the database. The Idea is very simple, the array should be stored as a varchar and the values of the array should be comma separated. When retrieved from the database, the values should be presented as an array.