Ashok Gelal

Results 21 comments of Ashok Gelal

Hello @fklappan! Sorry I was meaning to reply to you in the Discussions but kind of went over my head. Didn't intent to ignore or be rude :) The state...

I played with this for couple of hours and unfortunately, couldn't make it to work. Like you said, it re-compiles just fine but the server restart isn't happening. Looking around...

Something like https://github.com/TouK/krush would be great!

There is no support for creating tables from a Ktorm schema. I know that @vincentlauvlwj wanted to write an IDE plugin that would help you in creating tables but I...

Well, it's still in early alpha state but the framework repo is here: https://github.com/ashokgelal/alpas There is no README only because I'm spending all my energy writing the documentation: https://alpas.dev/docs The...

@Ray-Eldath for setting the column size, you can start here: https://github.com/alpas/alpas/blob/master/framework/src/main/kotlin/dev/alpas/ozone/MigratingTable.kt Since, I've already started allowing migration of a database, very similar to what you have mentioned, I'm more than...

I have the same question that of @corneil. I'm also wondering if it is worth spending this effort on supporting migrations instead. More portable and IDE independent. Unless, I'm missing...

I had tried something very similar but I must have done something silly as I couldn't make it to work (I kept getting a list of proxy objects instead of...

I think in practice returning an array of generated keys is more helpful then returning an array of affected rows. [Exposed also returns the generated IDs](https://github.com/JetBrains/Exposed/wiki/DSL#batch-insert). An array of affected...

I've not used Hibernate but I've used Laravel Eloquent, which supports Polymorphic relationships as well. I take a different approach when it comes to polymorphic relationship, a technique that I...