Noam Honig

Results 59 issues of Noam Honig

That way we can control in the endpoint which entities may be created in the create data provider

enhancement

**Describe the bug** A clear and concise description of what the bug is. the default value of `apiBaseUrl` = '/api'; is problematic when using baseURL='/xx/index.html' On the other hand, if...

enhancement

**Describe the bug** The `dbName` option of a field, works great in postgres and sql - but doesn't work when it comes to json db. **To Reproduce** Consider the following...

bug

In other data providers( postgres for example) if we add a column to the entity, it is automatically added to the table , if auto create tables is set to...

bug
good first issue

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

enhancement

remove setDataProvider remove _dataSource Add get to SqlDatabase - that'll get the SqlDatabase And for mongo And for knex etc...

enhancement

Add docs on how to make complex joins and queries, using the underlying database based on: https://www.facebook.com/groups/jsisrael/posts/5320208751356093/?comment_id=5322650931111875

documentation