-
Replaces #825
Users will sometimes need to define queries dynamically instead of statically in response to what they see happen at run time. For example, a user specifies various customizable searc…
-
I am trying to load all the contents of my .db3 file that contains several tables into a cache, the idea would be to launch multiple Tasks that all calls a Query in Select * form TheCorrectTable.
The…
-
After running spyglass on multiple computers, it would be useful to publish/share databases, e.g. on a common network file share or other protocol (WebDAV etc).
The spyglass client could then allow…
-
I assume that the database name is usually noted in the window titlebar. But for those that use borderless/titlebarless window managers (sway, i3, etc) there's no way to tell which window has which da…
-
```
What steps will reproduce the problem?
1. Create a database within ORDS.
2. Create another database with exactly the same name, description, and any
other metadata you enter.
3. Wonder confusedly…
-
Under Schema > Design
- [DbSchema](https://dbschema.com/) - Universal database designer for out-of-the-box schema management, schema documentation, design in a team, and deployment on multiple data…
-
Redis Cluster without sharding, with the cluster bus for automatic failovers. This setup can support cluster clients and standalone clients and it can replace sentinel. It can bridge the differences b…
-
Since I am currently working on improving/adding MySQL and MariaDB benchmarks to TFB, @roji and I came across capabilities differences and usage scenarios of database systems, which may give the wrong…
-
If my migration script looks like this :
> _-- +migrate Up_
>
>_CREATE DATABASE /*!32312 IF NOT EXISTS*/ "apollo" /*!40100 DEFAULT CHARACTER SET latin1 */;_
>
>_USE "apollo";_
>_DROP TABLE IF…
-
I would like to be able to automate importing documents into databases on the demo server. Some uses:
- Import default configuration documents to simplify setup.
- names.nsf configuration like WebS…