https://github.com/speed2exe/myzql-example
example of usage for mysql
https://github.com/speed2exe/myzql-example
Last synced: about 1 year ago
JSON representation
example of usage for mysql
- Host: GitHub
- URL: https://github.com/speed2exe/myzql-example
- Owner: speed2exe
- Created: 2023-12-31T11:26:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-24T18:00:28.000Z (over 2 years ago)
- Last Synced: 2024-10-19T02:30:11.808Z (over 1 year ago)
- Language: Zig
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# myzql-example
Usage examples for myzql
# This example uses the following version
- myzql: 0.13.2
- zig: 0.13.0
## Setup and adding dependency to your project
- Look into `zig.build.zon` and `zig.build`
## Usage
- Look into `src/main.zig`
## Run the examples
### Prerequisite
- MySQL instance running(modifiable)
- port: 3306
- host: localhost
- user: root
- password: password
### Run
```bash
zig build run
```