Nikolay Dozmorov

Results 6 comments of Nikolay Dozmorov

It would be easier to implement it if the creation of store looked like this: ```ts @State({ name: 'state', defaults: { prop: null } }) export class TestState implements SomeStateClass...

You can try this https://github.com/yandex-cloud/ydb-java-sdk/tree/master/jdbc

@conniey , @hermanho @matthid @deckertron9000 Any news on this issue?

@IRCraziestTaxi Simple initial code =) Translate function (e => (e.Param1 == "3" || e.Param2 >= 4 && e.Param3 (e.Param == "3" || e.Param2 >= 4) && e.Param3

Look at https://github.com/typeorm/typeorm/issues/128 for updates

@19majkel94 We can use https://www.npmjs.com/package/flora-sql-parser to work with SQL AST. It support joins and conditions. For example, this object ```js [ { db: null, table: 't', as: null }, {...