https://github.com/adbertram/mysql
A module to manage MySQL databases on Windows
https://github.com/adbertram/mysql
Last synced: about 1 year ago
JSON representation
A module to manage MySQL databases on Windows
- Host: GitHub
- URL: https://github.com/adbertram/mysql
- Owner: adbertram
- License: mit
- Created: 2015-11-21T20:00:24.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-12-13T21:37:23.000Z (over 4 years ago)
- Last Synced: 2025-05-03T14:55:56.591Z (about 1 year ago)
- Language: PowerShell
- Homepage:
- Size: 36.1 KB
- Stars: 50
- Watchers: 0
- Forks: 20
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MySQL-WithBlob
#### PowerShell MySQL Module with BLOB and Stream support.
This is a fork of the MySQL Module originally created by Jeff Patton and Adam Bertram. I first found the module when I was attempting to do some work in PowerShell that required accessing a MySQL database. The Module worked fiarly well but there were some issues with the portion that added parameters to the Query. While re-writing that I also found that I needed to add BLOB data in the form of Images into one of my Queries. Finally I added the ability to accept a BLOB stream and push it to a MySQL BLOB data field.
I'll try to add some documentation on how to use the module and some sample code snippits as I go along.
The module has been broken into individual function files. This makes the update and editor process easier. They now dynamically load and export. I created 2 directory structures one for private and public functions.