Poll: Which database handlers would be important to you? You do not have permission to vote in this poll. |
|||
MS-SQL | 32 | 25.20% | |
DB2 | 3 | 2.36% | |
Interbase | 5 | 3.94% | |
Oracle | 13 | 10.24% | |
AWS ... | 11 | 8.66% | |
PDO | 63 | 49.61% | |
Total | 127 vote(s) | 100% |
* You voted for this item. | [Show Results] |
[feature] Database Handlers |
"most popular databases" doesn't mean anything. Databases used for big data, business intelligence and cloud services will affect those results. You should look for most popular databases for PHP web application.
CodeIgniter 4 tutorials (EN/FR) - https://includebeer.com
/*** NO support in private message - Use the forum! ***/
(09-25-2019, 10:05 AM)includebeer Wrote: "most popular databases" doesn't mean anything. Databases used for big data, business intelligence and cloud services will affect those results. You should look for most popular databases for PHP web application. If you have done what you suggest you might have noticed that the players are the same albeit in a different order. (And still no mention of PDO)
(09-25-2019, 07:18 PM)dave friend Wrote:(09-25-2019, 10:05 AM)includebeer Wrote: "most popular databases" doesn't mean anything. Databases used for big data, business intelligence and cloud services will affect those results. You should look for most popular databases for PHP web application. Yes, they're the same, but the order is important. CI dev team won't support 15 databases. They'll support the most popular.
CodeIgniter 4 tutorials (EN/FR) - https://includebeer.com
/*** NO support in private message - Use the forum! ***/
I would choose MariaDB(MySQL) and(or) PostgreSQL :/
I would change this world, but God doesn't give me the source.
(09-25-2019, 07:18 PM)dave friend Wrote:(09-25-2019, 10:05 AM)includebeer Wrote: "most popular databases" doesn't mean anything. Databases used for big data, business intelligence and cloud services will affect those results. You should look for most popular databases for PHP web application. PDO wouldn't be mentioned, it's a database abstraction layer, not a database. Thus, it wouldn't be appropriate to list it in a list of commonly used databases. However, if you take that list and see which have PDO drivers, you'll find that many of those are covered by it. Next, you would want to look at commonly used DBAL/ORM solutions on PHP, and see how many of those are PDO based.
Here, with CI i'm using like hybrid cars ... MariaDB and/or SQLite, via the CI's orm.
how about including mongodb as another databases, i like mongodb cause its just can make mindblow field or another nested field. i dunno i just interested using mongodb
Oh...I'm Sorry...
I created Oracle driver. I without reading this topic. Is my PR unnecessary? https://github.com/codeigniter4/CodeIgniter4/pull/2487 |