Skip to content

jkotra/seaorm-mysql-array

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

seaorm-mysql-array


this is an example program to store array data in mysql using Foreign Key Realtionship between entity(Employee) and array data table(Projects).

Setup

  1. create emp_db: create database emp_db;

  2. run seaorm migrations. This will drop-create tables.

DATABASE_URL="mysql://root:password@localhost:3306/emp_db" sea-orm-cli migrate refresh
  1. compile program & run. cargo run

Explainer

TODO

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages