@polv
typescript,publicheath,datascience,medicine,health
Nothing here yet.
Nothing here yet.
I think I quite understand fts in SQLite, but how do I get started with MySQL PostGRES MongoDB is so unpowerful in this case https://dev.to/patarapolw/what-features-would-you-want-for-a-querystring-parser-e-g-full-text-search-or-more-370 Of course, not just querying, but I must be able to exactly what I wanted.
TypeScript is the best in terms of Flexibility, IMO. (At the loss of Runtime Type checking, or "true" strongly typed.) This is also because the underlying JavaScript is weakly typed. Only be fakely strong when necessary. Reducing Go to interface{}... variadic functions, is just shooting yourself in the foot; reducing to Python level (without type hinting). The only one that can compete with TS, in terms of flexibility and IDE power, is Babel + Flow.
What do you think about prepared statements? Does HarperDB support that? MongoDB query language does not support prepared statements, and sometimes fails with strings that starts with $ . I tried to wrap in { $literal: "$CONTENT" } , but it is confusing when I can or cannot wrap in $literal . Also, you probably also realize that NoSQL is somewhat a misnomer, but actually "non-relational". It may use a query language that may or may not resemble SQL. Sometimes, both SQL-like and SQL-unlike syntaxes are allowed. You didn't even mention much about NewSQL.