Top "Crud" questions

The four basic operations for a data management system : Create, Read, Update, Delete

What is the best framework for developing a Java CRUD for an existent database?

We have a Java application with lots of config tables on the database (Oracle). We'd like to have Web-based GUIs …

java frameworks crud
How to log query and its execution time of each query which runs on a db?

I have a huge database with more than 250 tables. Different type of queries are ran on the database. Since the …

mysql sql logging triggers crud
Wordpress database insert() and update() - using NULL values

Wordpress ships with the wpdb class which handles CRUD operations. The two methods of this class that I'm interested in …

php mysql wordpress null crud
A RESTful persistence solution usable with backbone.js... in PHP?

I'll preface this with saying that I'm a crappy programmer, I'm sure that what I want to do could be …

php json persistence crud backbone.js
How can I delete nested array element in a mongodb document with the c# driver

I am new in the MongoDB world and now I am struggling of how can I delete, update element in …

c# mongodb crud
How to delete items from a Tree

I've attempted to use this example and add basic CRUD to a tree. http://dev.sencha.com/deploy/ext-4.0.0/examples/…

extjs treeview crud
RESTful atomic update of multiple resources?

Imagine a web-application storing some data-resource with some id which stores three attachment (e.g. pdf) per datum. The URL …

rest transactions crud atomic multipartform-data
Dapper and Oracle CRUD issues, how to?

How do i make Dapper.NET to CRUD my Oracle DB? I have table named: PLAYER_LOG it's identity is …

c#-4.0 crud dapper
Are there PHP tools to generate CRUD screens from DB schema?

I've been using phpMyEdit to quickly generate CRUD screens for databases; it's a quick way to start interacting with data …

php database crud
Rails Alternative to The Django admin panel / CRUD View Generator?

I am currently trying to decide between Rails and Django.. At the moment the I'm finding ruby much more elegant …

ruby-on-rails ruby django django-admin crud