Skip to main content
Version: 1.2.6

Relation (soon)

New Method to contain Table Relationships

  • const ... = presql.relation(<filter>).to(<filter>)-Comming Soon
  • const ... = presql.hasMany(<filter>)-Comming Soon
  • const ... = presql.hasOne(<filter>)-Comming Soon
  • const ... = presql.OneToMany(<filter>)-Comming Soon
  • const ... = presql.ManyToOne(<filter>)-Comming Soon
Under Progress

This documentation is still being written. Please check back later.