-
Select our datastore
Add its dependency on package.json
Figure out the main entities
Decide on the schemas that these entities are going to have
Check out https://docs.google.com/document/d/1G…
-
Hi, I think it would be awesome if we could compile all WSTGs into a JSON format as part of the CI/CD chain, e.g. https://github.com/bugcrowd/HUNT/blob/master/Burp/conf/owasptg.json
-
Let us say this is the type :
```
type Human {
id: String
name: String
homePlanet: String
}
```
Then to query all the fields the query is :
```
query HumanNameQuery {
Human {
id
…
-
Would love to see support for nosql databases such as Mongo.
-
Following all the instructions for [bigtable](https://github.com/brianfrankcooper/YCSB/tree/master/googlebigtable) and ycsb main readme I'm encountering an error trying to load a workload.
I've gotte…
-
Hi,
I've found LiteDB to be a very useful library. Thanks for your work.
I have some questions about threading support in v2.0.0-rc. I am running an aspnet 5 web site and have set up dependency inje…
-
We currently use AXMLS for our db schema files (version 0.3.) We should create version 0.5, based on Doctrine naming.
Make sure all type and length fields honor Doctrine values. Basically, this is a…
-
This seems odd to me that when a database is connected, the search command ignores my type parameter:
```
msf > search type:auxiliary ssh
Matching Modules
================
Name …