-
It would be very nice to have a SQL to [prisma](https://prisma.io) generator.
For example the following SQL QUERY
```sql
SELECT * FROM Users WHERE city = 'Copenhagen'
```
Should be converted t…
-
We moved the EF from CodeFirstDatabase to your POCO Generator.
One issue we have left is how EF creates the "HasDescriminator" when the code has say this
Table: Address
Columns: AddressId, Addr…
-
### Summary
Hello @fzaninotto I want generate INN & KPP for Russian data, I add provider in my Laravel factory
like this:
```php
/** @var Factory $factory */
use Faker\Generator as Faker;
…
-
Documentation shows the following example for shape generator:
```
gen({
type: 'Place',
name: gen.string,
location: [ gen.number, gen.number ],
address: {
street: gen.string,
c…
-
I'm opening this issue to request a merge for my pull request #383 for my branch "Fake Data Generator"
This simple script generates a fake identity with the following data points:
- First Name
- …
-
February 3, 2024
Attached are initial notes from various papers covering current microclimate-based models for urban planning. They consider different factors including the impacts of wind flow and v…
-
Currently, the generator does not produce a nice-looking-painting image when the input photo is mainly made up of modern elements. (Humans with customs in the 21st century, modern building/city, etc)
-
Hello there !
I have a few questions and issues when running the seq generator scripts.
When I try the shakespeare script, it runs for 24h with about 1,300,000 iterations without outputting anythin…
-
Hi,
Let's imagine that you want to get user location: country and city,
i.e. form.onSubmit should produce:
{
"country": "USA",
"city": "New Orleans"
}
How I can do it via series of dependent sele…
IL55 updated
10 years ago
-
1. Prisma version (`prisma -v` or `npx prisma -v`): 3.2.1
2. Logs from Developer Tools Console or Command line, if any: **Unable to init PersistenceStore
undefined**
3. Does the issue persi…