Posted by ImOk on 11/14/15 11:46
Mladen,
I agree about your assesment about the myth of database independence
and each DB engine has its own specialties.
My requirements are simple:
- Use SQL Server or MySQL
- No triggers (will be done in code)
- Minimal in application engine configuration (will be done in
configuration files).
- No relational management (will be done in code).
- Transactions/Commit/Rollback.
- Portability to Linux (MySQL).
- Simple datatypes.
I am just looking for people's experiences with these 2 extensions as
far as performance.
What would you say is the best extension to use between DB or PDO given
my simple requirements?
Thanks
[Back to original message]
|