Skip to content

impactbyte-ancalagon/learn-orm

Repository files navigation

Learn ORM

With traditional mysql2 package

Result:

RowDataPacket {
  id: 1,
  email: 'haidar@impactbyte.com',
  password: 'helloworld',
  name: 'Haidar',
  username: 'haidar',
  gender: null }
RowDataPacket {
  id: 2,
  email: 'hanif@impactbyte.com',
  password: 'helloworld',
  name: 'Hanif',
  username: 'hanif',
  gender: null }
RowDataPacket { id: 1, text: 'Learn UI design', user_id: 1 }
RowDataPacket { id: 2, text: 'Install DBMS', user_id: 1 }
RowDataPacket { id: 3, text: 'Learn SQL syntax', user_id: 1 }
RowDataPacket { id: 4, text: 'Establish company', user_id: 2 }
RowDataPacket { id: 7, text: 'Running on the water', user_id: 2 }

About

Learn ORM

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published