Top "Crud" questions

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

Angular - Material Table, is it possible to update rows without entire table refresh?

After few weeks of Googling and only one Stackoverflown question so far I finally managed to build up my Angular …

angular crud angular-material2
Is there a CRUD generator utility in Java(any framework) like Scaffolding in Rails?

Is there a CRUD generator utility in Java like Scaffolding in Rails? Can be in any framework or even plain …

java ruby-on-rails crud scaffolding
Magento - Module INSERT,UPDATE, DELETE, SELECT code

I created a module and want to used core write and read function to insert,update,delete or select database …

sql magento magento-1.7 crud
CRUD for MySQL and PHP

I have to make some database requests with PHP on a MySQL database. Question : What is the best (simpliest) framework …

php mysql crud
React + Redux - What's the best way to handle CRUD in a form component?

I got one form who is used to Create, Read, Update and Delete. I created 3 components with the same form …

javascript reactjs crud redux
Custom queries with CrudRepository

I would like to custom my queries with CrudRepository : This is my code: @Repository public interface CustomerRepository extends CrudRepository<…

java spring jpa crud
Good examples of GUI design for business-oriented, heavy data-entry (CRUD) applications

Where can I find examples of very well produced enterprise-y software that have: Good, consistent use of keyboard shortcuts. Good …

user-interface usability enterprise crud
Simple CRUD Generator for C#

I am looking for a simple CRUD (or DAL) Generator for C#. I don't want anything heavyweight since I only …

c# database code-generation crud dao
You have specified an invalid database connection group codeigniter error

i'm making a CRUD from a tutorial. And i'm getting this error. You have specified an invalid database connection group. …

php mysql database codeigniter crud
What's the difference between replaceOne() and updateOne() in MongoDB?

MongoDB bulk operations have two options: Bulk.find.updateOne() Adds a single document update operation to a bulk operations list. …

mongodb mongodb-query crud