All Projects → guobinhit → Mysql Tutorial

guobinhit / Mysql Tutorial

Licence: mit
🌱 This is a tutorial of MySQL. In this tutorial, you can leran how to use MySQL and optimize SQL.

Projects that are alternatives of or similar to Mysql Tutorial

Crud
Relational database library for SQL databases & Go.
Stars: ✭ 296 (-14.45%)
Mutual labels:  database, mysql
Php Sql Query Builder
An elegant lightweight and efficient SQL Query Builder with fluid interface SQL syntax supporting bindings and complicated query generation.
Stars: ✭ 313 (-9.54%)
Mutual labels:  database, mysql
Securing Restful Apis With Jwt
How to secure a Nodejs RESTful CRUD API using JSON web tokens?
Stars: ✭ 301 (-13.01%)
Mutual labels:  database, tutorial
Koa Vue Notes Api
🤓 This is a simple SPA built using Koa as the backend, Vue as the first frontend, and React as the second frontend. Features MySQL integration, user authentication, CRUD note actions, and async/await.
Stars: ✭ 342 (-1.16%)
Mutual labels:  database, mysql
Crecto
Database wrapper and ORM for Crystal, inspired by Ecto
Stars: ✭ 325 (-6.07%)
Mutual labels:  database, mysql
Nodejs Restful Api
How to create a RESTful CRUD API using Nodejs?
Stars: ✭ 285 (-17.63%)
Mutual labels:  database, tutorial
Laconia
🏺 ‎ A minimalist MVC framework.
Stars: ✭ 307 (-11.27%)
Mutual labels:  database, mysql
Sequelizer
A GUI Desktop App for export sequelize models from database automatically.
Stars: ✭ 273 (-21.1%)
Mutual labels:  database, mysql
Rel
💎 Modern Database Access Layer for Golang - Testable, Extendable and Crafted Into a Clean and Elegant API
Stars: ✭ 317 (-8.38%)
Mutual labels:  database, mysql
Architect
A set of tools which enhances ORMs written in Python with more features
Stars: ✭ 320 (-7.51%)
Mutual labels:  database, mysql
Spring Boot Mysql Rest Api Tutorial
Building a Restful CRUD API using Spring Boot, Mysql, JPA and Hibernate
Stars: ✭ 279 (-19.36%)
Mutual labels:  mysql, tutorial
Gopli
DB replication tool to synchronize data with multi environments written in Golang.
Stars: ✭ 327 (-5.49%)
Mutual labels:  database, mysql
Dbq
Zero boilerplate database operations for Go
Stars: ✭ 273 (-21.1%)
Mutual labels:  database, mysql
Node Orm2
Object Relational Mapping
Stars: ✭ 3,063 (+785.26%)
Mutual labels:  database, mysql
Pg chameleon
MySQL to PostgreSQL replica system
Stars: ✭ 274 (-20.81%)
Mutual labels:  database, mysql
Sql exporter
Database agnostic SQL exporter for Prometheus
Stars: ✭ 301 (-13.01%)
Mutual labels:  database, mysql
Mikro Orm
TypeScript ORM for Node.js based on Data Mapper, Unit of Work and Identity Map patterns. Supports MongoDB, MySQL, MariaDB, PostgreSQL and SQLite databases.
Stars: ✭ 3,874 (+1019.65%)
Mutual labels:  database, mysql
Wetland
A Node.js ORM, mapping-based. Works with MySQL, PostgreSQL, SQLite and more.
Stars: ✭ 261 (-24.57%)
Mutual labels:  database, mysql
Server
EQEmu - Open Source EverQuest Server
Stars: ✭ 319 (-7.8%)
Mutual labels:  database, mysql
Rdbc
Rust DataBase Connectivity (RDBC) :: Common Rust API for database drivers
Stars: ✭ 328 (-5.2%)
Mutual labels:  database, mysql

史上最简单的 MySQL 教程

authorlast commitissuesstarsforkslicense

  数据库(Database)是按照数据结构来组织、存储和管理数据的仓库,它产生于距今六十多年前,随着信息技术和市场的发展,特别是二十世纪九十年代以后,数据管理不再仅仅是存储和管理数据,而转变成用户所需要的各种数据管理的方式。数据库有很多种类型,从最简单的存储有各种数据的表格到能够进行海量数据存储的大型数据库系统都在各个方面得到了广泛的应用。在这里,作者将详细讲述 MySQL 数据库的相关知识,以供大家参考。当然,也需要在此声明:如果文章中出现了错误,请大家帮忙斧正,深感荣幸。

索引

基础教程

教程相关


此外,附上一句格言,望共勉:好学若饥,谦卑若愚。

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].