Skip to content

needle-dart/needle_orm_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A complete example for Needle ORM.

Get Started:

Define models

  • write everything in domain.dart

Run generator

dart run build_runner build

Run migration to update Database Schema

dart run bin/migration.dart

Run example

dart run bin/main.dart

explore sample code

  • lib/common.dart : how to create connections to MariaDB / PostgreSQL
  • bin/main.dart : how to use Needle ORM

About

a complete example for needle_orm

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages