database-abstraction
Best Practices for extensible online Database abstraction layer for Android/iOS application?
For Android (or iOS) application development, when you need to access information from a database that is hosted somewhere, like on a website, the common method is to create a page (a PHP page in my c[详细]
2023-04-12 15:53 分类:问答PHP SQL Query building engine
I\'m looking for query building engine for PHP (not ORM!) which would satisfy some criteria specified below. Unfortunately, after looking into Doctrine, Propel, Adodb, Zend_Db, etc. I couldn\'t find a[详细]
2023-02-09 07:44 分类:问答What does "data abstraction" exactly mean?
What does data abstraction refer to? Please provide real life examples alongwith开发者_运维知识库.Abstraction has two parts:[详细]
2023-01-14 22:00 分类:问答Cross Database Table Joins in Drupal?
Is it possible to do cross database joins in drupal? Say you have two databases, drupal and old_data_source. You want to join drupal.node to old_data_source.page.[详细]
2023-01-10 20:27 分类:问答Database access abstraction classes
Currently, I have a database access class named DB, which uses PDO. I Then have a handful of sub-classes for accessing each table:[详细]
2023-01-10 10:11 分类:问答Database abstraction class design using PHP PDO
I am in the process of designing a web application (really, it\'s a hobby, and I\'m trying to teach myself design, and what better way is there than doing it :).Anyway, I was thinking about how I woul[详细]
2023-01-07 13:03 分类:问答Database abstraction/adapters for ruby
What are the database abstractions/adapters you are using in Ruby? I am mainly interested in data oriented features, not in those with object mapping (like active record or data mapper).[详细]
2023-01-01 09:25 分类:问答Where do ORMs fall through?
I often hear people bashing ORMs for being inflexible and a \"leaky abstraction\", but you really don\'t hear why they\'re problematic. When used properly, what exactly are the faults of ORMs? I\'m as[详细]
2022-12-30 06:00 分类:问答Database abstraction layer design - Using IRepository the right way?
I\'m in the process of designing my ASP.NET MVC application and I ran across a couple of interesting thoughts.[详细]
2022-12-21 22:12 分类:问答