22mahmoud / deno_crud_jwt

🦕 basic jwt implementation with CRUD operations using deno + postgres
98 stars 14 forks source link

Use new version on Nessie #1

Closed halvardssm closed 4 years ago

halvardssm commented 4 years ago

Hi! Two days ago I upgraded Nessie to v0.5.0. This version brought with it a lot of breaking changes which you might want to take a look at 😄

Luckily it is quite easy to update to the new version. In the migrations, you will only have to change from schema.create to return new Schema().create (Schema is now exported from https://deno.land/x/nessie/qb.ts), and regarding the config file, you will have to import the client from import {ClientPostgreSQL} from https://deno.land/x/nessie/mod.ts.

Hope you like the new version!

22mahmoud commented 4 years ago

Hey, Good job dude. I'll check it.

halvardssm commented 4 years ago

Thanks! If you have any feedback, feel free to let me know!