fabiante

Results 25 comments of fabiante

Hi, Well, I'd like to create some migrations that involve calling web APIs and setting up an SQLite database (without any fancy ORM tools). Historically I have been able to...

Hi, thanks for the reply. Right now I ended up building a very basic migration system myself. I simply using a slice of "singleton structs" which serve as one migration...

Nice! If you did that then the old mechanism would have to be refactored to implement that interface. In addition a simple JSON file powered storage would be nice. Depending...

It seems concerning to me that there are this many copies of the project, some with high download counts. ![image](https://github.com/user-attachments/assets/5ccced5e-b999-4efa-952b-9b121d022eda) @Project Maintainers: Do you want / need support regarding the...

@deviantony I agree with your note, I was also wondering if the `error` return should only be for technical or otherwise "exceptional" errors, but not for reporting wrong user input....