-
Come up with a structure for how the documentation is organized on ReadTheDocs
-
Think about AIP versioning. perhaps not even in these scripts, but in a general sense.
Perhaps have a version number for the specification of a particular type of AIP, and a description of what each…
-
SQL:2011 standardised on bitemporal validity, which is an important topic in many areas where data needs to be historised in two ways:
- Technically (e.g. like Oracle's flashback query)
- Semantical…
-
To avoid problems during schema update on the database, we should implement a DB versioning to run upgrade/downgrade scripts if required.
-
### Summary
Currently Medulla packages are manually push to Github container registry (ghcr.io), opening design proposal to establish versioning/tagging strategy with automate build and publishing wo…
-
## Add `Drop` command to Evolve
Hi! I'd like to get thoughts on adding a `Drop` command to the Library and CLI tool. Some other database versioning systems like DbUp and Grate let you drop the enti…
-
![image](https://user-images.githubusercontent.com/8929787/91983074-73c6b380-ed2b-11ea-8f61-ff9867cf2b76.png)
New version of GORM 2.0 (1.2.0 in go versioning) has been released.
The new GORM dat…
-
Input of definitions and list of values can be found:
https://github.com/pha4ge/Wastewater_Contextual_Data_Specification/tree/main/Template
The following table combines the info from above and add…
edsu7 updated
3 months ago
-
# Why?
Native protocol has a lot of advantages:
1. Serialization doesn't require escaping special characters
2. DBMS resources utilization much more efficient
3. Single TCP connection per client f…
-
Follow up to #57.
It can be expected that the structure of data saved to the `wallets.db` database introduced in #57 may change over time, as features get added, removed or modified.
We'll need …