An open API service indexing awesome lists of open source software.

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

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
```