-
Once the character form has been created, we need a way to persist that data. MongoDB Cloud has a free tier that should meet my needs and be easy to use/setup.
-
#### Is your feature request related to a problem?
Dropping table when if_exists=‘replace’ will fail if the table has any objects, like a view, depending on it. Also, some databases like Oracle will …
-
Hi,
I'm using 5.1.2 version of docker Siddhi runner.
I've got a code which looks very simple
```
from _temp_stream as e left outer join tbl_table as t
on e.id==t.id
select ...,
cast('1…
-
Would like to see if Copper can be extended to work with MSSQL any document available to help with that?
-
Are there any plans to support COLLATION in Fluent or Postgres-kit/MySQL-kit https://www.postgresql.org/docs/current/collation.html
I am trying to create a COLLATION during schema creation in the …
-
**HSQLDB**
* https://en.wikipedia.org/wiki/HSQLDB
**ODF Database**
* https://en.wikipedia.org/wiki/OpenDocument_Format
* https://www.loc.gov/preservation/digital/formats/fdd/fdd000441.shtml
ghost updated
7 years ago
-
Is this possible? I'd very much like to use this.
-
This pattern isn't ideal:
```crystal
class User < Granite::ORM::Base
has_many :posts
before_destroy :clean_up_posts
def clean_up_posts
posts.map &.destroy
end
end
class Po…
-
Hi Netflix team,
In Genie [version-4 documentation](https://netflix.github.io/genie/docs/4.0.2/reference/#_deployment_overview), it is unclear what are main stack dependencies to deploy Genie . I …
-
#### Checklist
- [X] I checked other issues already, but found no answer/solution
- [X] I checked the documentation and wiki, but found no answer/solution
- [X] I am running the latest version an…