Asdine El Hrychy

Results 94 comments of Asdine El Hrychy

It works essentially the same as any other SQL database, so you can follow any tutorial for Postgres or SQLite and it should work. Here is a reference of the...

Closing this as it answered the question, feel free to re-open if needed

@tie that workflow seems great, can't wait to see it in action! Regarding compiling targets, it would be great to have arm 64 bits and wasm as well

Come to think of it, let's not deal with wasm for now. I still have trouble testing it correctly, but once https://github.com/genjidb/genji.js will be more mature we'll probably find a...

@tie are you still interested in this one?

Good question, I haven't tried any existing ORM yet

> I wonder if using []byte or big.Int/[]uint for sequence numbers would cause issues with performance Currently, the [three calls](https://sourcegraph.com/search?q=repo:%5Egithub%5C.com/genjidb/genji%24%40master+-file:engine/+NextSequence+&patternType=literal) to `NextSequence` do exactly the same thing, they encode the...

It was planned for another release but I guess we can add it to the next one. ### Specs Function name: `len` Arity: 1 Params: an expression that evaluates to...

> Also, the docs mention that the min supported Go version is 1.12. However I had a problem with running the project with Go 1.12. The problem seems to be...