Abdurrahman Fadhil
Abdurrahman Fadhil
Hi, thanks for using the library! 😃 I'm not sure what that happens. There's actually a test case for it and it passed. https://github.com/rahmanfadhil/cotton/blob/4ddc9561f4874643ec201be2b63ab9f31602502d/src/model_test.ts#L60-L99 Can you give more detail about...
You should specify the version on the import statement. ```ts import { Column, connect, DataType, Model, Primary, } from "https://deno.land/x/[email protected]/mod.ts"; ```
Hi, thanks for asking. Currently, there's no way to generate a table from a model class. However, it's a nice feature to have. Honestly, I don't have enough experience in...
No problem, thank you very much @Yofou and @wyrd-code 😃 > I think any strategy is better than none at all 😃, I have actually no experience on creating any...
I think it's a `deno-postgres` bug 🤔 Talking about database introspection, We're trying to do that too in Cotton, please see #18. Let me know if you're interested to help....