VirtualTam's bookmarks
1835 bookmarks found
-
Django, Docker and MySQL
2017-11-29 Django ORM:
- https://docs.djangoproject.com/en/1.11/ref/databases/#mysql-notes
- https://stackoverflow.com/questions/34777755/how-to-config-django-using-pymysql-as-driver
- https://stackoverflow.com/questions/19189813/setting-django-up-to-use-mysql
MySQL / MariaDB / Percona connectors:
- https://stackoverflow.com/questions/4960048/python-3-and-mysql
- https://github.com/PyMySQL/PyMySQL
- https://pypi.python.org/pypi/mysql-connector-python
Docker images:
- https://store.docker.com/images/mariadb
- https://store.docker.com/images/mysql
- https://store.docker.com/images/percona
Compose and Django ORM database migrations:
-
command center: Go: Ten years and climbing
2017-11-15 -
Portmanteau algorithms
2017-11-12 - https://en.wikipedia.org/wiki/Portmanteau
- https://en.wikipedia.org/wiki/List_of_portmanteaus
- https://www-users.cs.umn.edu/~kluve018/portmanteau1.html
- http://pythonexample.com/snippet/python/portmanteaupy_rfong_python
- https://github.com/jamcowl/PORTMANTEAU-BOT
- https://gist.github.com/aparrish/5416755