Jerry Sievert
Jerry Sievert
given that some embedders need to use different arguments that would normally be passed to `gn gen`, is there a mechanism for this? I haven't been able to find any...
help?
first off, thanks @bnoordhuis, this is much needed. is there anything in particular you need help with going forward? I've gone down this path a few times for plv8, only...
this adds the option to include a bootstrap script to be run before the passed in script argument. the use case for this would be to bootstrap the environment, such...
i'm wondering if there is the possibility to support multiple replication. eg: multiple databases on a single filesystem being replicated to multiple databases on another filesystem - named replication.
i've written a preliminary package: https://github.com/JerrySievert/imhotep_clangtidy can you please give it a once-over and let me know how it looks? thanks!
Let's talk about possible features and changes for version 2!
add the functionality for `insert` to work. essentially `save` but with upsert explicit.
add versioning to the collection schema. if exists: - check version - run migrations from current version through most recent if not: - run full creation scripts
**filename** : sql/103-find4.sql **line #** : 1 **tag** : todo **md5** : 81d4d9a7c4e910db09b480a268d7eb18 ``` --- [todo] - test CREATE OR REPLACE FUNCTION find (collection varchar, terms json, lim int, skip...
**filename** : test/test_runner.js **line #** : 38 **tag** : todo **md5** : d07207f6c68c08e5df34b85bdbc50288 ``` // [todo] - move tests out of tests.sql and into their own module function loadTests (client)...