mysql.md
July 15, 2021 · View on GitHub
Bookmarks tagged [mysql]
www.codever.land/bookmarks/t/mysql
TUTORIAL MYSQL DATABASE BAHASA INDONESIA - 6h:37min
https://www.youtube.com/watch?v=xYBclb-sYQ4
INDONESIA
- :calendar: published on: 2021-01-14
- tags: mysql, belajar-mysql-database-indonesia
SQL vs NoSQL or MySQL vs MongoDB - 21min
https://www.youtube.com/watch?v=ZS_kXvOeQ5Y
SQL or NoSQL? MySQL vs MongoDB? Which database is better? Which one should you use?
MariaDB Foundation - MariaDB.org
Knex.js - A SQL Query Builder for Javascript - home page
Knex.js (pronounced /kəˈnɛks/) is a "batteries included" SQL query builder for Postgres, MSSQL, MySQL, MariaDB, SQLite3, Oracle, and Amazon Redshift designed to be flexible, portable, and fun to use. ...
- tags: sql, node.js, query-builder, mysql, postgresql
- :octocat: source code
How to modify the size of a column in a Mysql database from command line – CodepediaOrg
https://www.codepedia.org/ama/how-to-modify-a-column-size-in-a-mysql-database-from-command-line
This blog post presents the steps required to connect to the MySql database from the command line and modify the size of a column in a table. The example is based on the MySql database that is backing...
- :calendar: published on: 2020-04-13
- tags: mysql, command-line, cli, debugging
MySQL on Cloud Functions
https://fireship.io/lessons/sql-firebase-typeorm/
Learn how to use a relational MySQL database with Firebase Cloud Functions and TypeORM
- :calendar: published on: 2019-08-06
- tags: google-cloud-functions, mysql, typeorm, typescript
TypeORM Home Page
ORM for TypeScript and JavaScript (ES7, ES6, ES5). Supports MySQL, PostgreSQL, MariaDB, SQLite, MS SQL Server, Oracle, WebSQL databases. Works in NodeJS, Browser, Ionic, Cordova and Electron platforms...
- tags: typeorm, typescript, javascript, orm, mysql, postgresql, node.js
- :octocat: source code
AgilData/mysql-proxy-rs
https://github.com/AgilData/mysql-proxy-rs
- tags: rust, database, sql, mysql
- :octocat: source code
awesome-textpattern
https://github.com/drmonkeyninja/awesome-textpattern#readme
A curated list of Textpattern plugins and resources - drmonkeyninja/awesome-textpattern
- tags: awesome-list, content-management-system, textpattern, php, mysql
- :octocat: source code
awesome-mysql
https://github.com/shlomi-noach/awesome-mysql#readme
A curated list of awesome MySQL software, libraries, tools and resources - shlomi-noach/awesome-mysql
- tags: awesome-list, mysql
Sqlectron - One single DB client for any relational DB
UNMAINTAINED - SEE BELOW. A simple and lightweight SQL client desktop with cross database and platform support.
- tags: sql, tools, mysql
- :octocat: source code
Knex.js - A SQL Query Builder for Javascript
Knex.js is a "batteries included" SQL query builder for Postgres, MSSQL, MySQL, MariaDB, SQLite3, Oracle, and Amazon Redshift designed to be flexible, portable, and fun to use. It features both tradit...
- tags: orm, sql, node.js, postgresql, mysql
- :octocat: source code
MySQL
http://www.peterkropff.de/site/mysql/mysql.htm
— Peter Kropff [Online, PDF]
MySQL
http://profs.info.uaic.ro/~busaco/teach/courses/net/docs/mysql-ro.pdf
(PDF)
Kurs MySQL. Bazy danych, język zapytań SQL
https://www.youtube.com/playlist?list=PLOYHgt8dIdoymv-Wzvs8M-OsKFD31VTVZ
MySQL Tutorial Excerpt
http://downloads.mysql.com/docs/mysql-tutorial-excerpt-5.5-en.pdf
(PDF)
- tags: free-programming-books, mysql
MySQL Essentials
http://www.techotopia.com/index.php/MySQL_Essentials
- tags: free-programming-books, mysql
MySQL索引背后的数据结构及算法原理
http://blog.codinglabs.org/articles/theory-of-mysql-index.html
21分钟MySQL入门教程
http://www.cnblogs.com/mr-wid/archive/2013/05/09/3068229.html
How to support full Unicode in MySQL databases · Mathias Bynens
https://mathiasbynens.be/notes/mysql-utf8mb4
Are you using MySQL’s utf8 charset in your databases? In this write-up I’ll explain why you should switch to utf8mb4 instead, and how to do it.
mysql - What's the difference between utf8_general_ci and utf8_unicode_ci - Stack Overflow
http://stackoverflow.com/questions/766809/whats-the-difference-between-utf8-general-ci-and-utf8-unic...
These two collations are both for the UTF-8 character encoding. The differences are in how text is sorted and compared.