Database operation


quick get start

brief introduction Laravel makes it very simple to connect different databases and add, delete, modify, and query databases, whether using native SQL, query builder, or Elo

Published by Xueyuan Jun 6 years ago    Views: 61257    Like: 6

Query Builder

brief introduction The database query builder provides a convenient flow interface for creating and executing database queries. The query builder can be used to perform most database operations in the application, and can be used in

Published by Xueyuan Jun 6 years ago    Views: 107787    Like: 8

paging

brief introduction In other frameworks, pagination can be a very painful thing, and Laravel makes it simple and easy to start. Larave's pager, query builder and

Published by Xueyuan Jun 6 years ago    Number of views: 43149    Like: 7

transfer

brief introduction Migration is like database version control. This mechanism allows teams to easily edit and share the database table structure of applications. Migration is usually the same as Laravel's sc

Published by Xueyuan Jun 6 years ago    Number of views: 43726    Like: 6

Data filling

brief introduction Larravel provides a simple way to populate test data into the database using the fill class. All filler classes are located in the database/feeds directory

Published by Xueyuan Jun 6 years ago    Views: 22975    Number of likes: 5

Redis

brief introduction Redis is an open source, advanced key value pair storage system that is often used as a data structure server because it supports strings, hashes, lists, collections, and ordered collections

Published by Xueyuan Jun 6 years ago    Views: 29207    Number of likes: 3

search result