-
Create a SQL component with FROM only.
The SQL component should only be implemented using the base interfaces for database connectivity. It should take into account SQL injection and make sure that…
-
## Environment
- Ruby **any**
- Rails **any**
- Devise **4.6.0+**
## Current behavior
Following issue #4981 resolved by PR https://github.com/heartcombo/devise/pull/4996, commit https://git…
-
-
Hello there! This looks nice, thanks for opensourcing it!
I see you provide visitors for ORMs. Would you accept a contribution for a MongoDB visitor?
Have a nice day!
-
- Going into database architecture; scaling (horizontal and vertical); other ORMs; using migrations and seeding; backing up databases; choosing the right service for database management and managing d…
-
Currently nodes are only made from ORMs and relationships from FKs, however it would be good to have the option of 'splitting out' optional attributes as nodes, for example countries.
-
This was possible in v1, and is possible in most ORMs (mongoose, for example). It's useful so that one can take action after particular properties change, amongst other things.
-
### Describe what you want
Hello,
I would really like to see support for [single table inheritance](https://en.wikipedia.org/wiki/Single_Table_Inheritance) in drizzle.
Single table inheritance …
-
In fact, I can share a public ui on codesandbox only if output in json format can be provided. In this way, I can provide data visualization and pdf output.
Example JSON
```json
[
{
"type":…
-
Sqlcommenter is an open source library that enables ORMs to augment SQL statements before execution, with comments containing information about the code that caused its execution. This helps in easily…