Bookmarks tagged [mysql]
https://www.youtube.com/watch?v=xYBclb-sYQ4
INDONESIA
- 📆 published on: 2021-01-14
- tags: mysql, belajar-mysql-database-indonesia
https://www.youtube.com/watch?v=ZS_kXvOeQ5Y
SQL or NoSQL? MySQL vs MongoDB? Which database is better? Which one should you use?
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
- source code
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...
- 📆 published on: 2020-04-13
- tags: mysql, command-line, cli, debugging
https://fireship.io/lessons/sql-firebase-typeorm/
Learn how to use a relational MySQL database with Firebase Cloud Functions and TypeORM
- 📆 published on: 2019-08-06
- tags: google-cloud-functions, mysql, typeorm, typescript
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
- source code
https://github.com/AgilData/mysql-proxy-rs
- tags: rust, database, sql, mysql
- source code
https://github.com/drmonkeyninja/awesome-textpattern#readme
A curated list of Textpattern plugins and resources - drmonkeyninja/awesome-textpattern
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
UNMAINTAINED - SEE BELOW. A simple and lightweight SQL client desktop with cross database and platform support.
- tags: sql, tools, mysql
- source code
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
- source code
http://www.peterkropff.de/site/mysql/mysql.htm
— Peter Kropff [Online, PDF]
http://profs.info.uaic.ro/~busaco/teach/courses/net/docs/mysql-ro.pdf
(PDF)
https://www.youtube.com/playlist?list=PLOYHgt8dIdoymv-Wzvs8M-OsKFD31VTVZ
http://downloads.mysql.com/docs/mysql-tutorial-excerpt-5.5-en.pdf
(PDF)
- tags: free-programming-books, mysql
http://www.techotopia.com/index.php/MySQL_Essentials
- tags: free-programming-books, mysql
http://blog.codinglabs.org/articles/theory-of-mysql-index.html
http://www.cnblogs.com/mr-wid/archive/2013/05/09/3068229.html
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.
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.