Skip to content

speed2exe/myzql-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

zig build run

About

example of usage for mysql

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages