-
Here's how I think we should move towards making an API for tern, according to what we discussed in the last meeting:
Create a Django Application and turn the tern project into an installable django…
-
Hello! Does soci support temp tables between statements? Looks like it internally uses SQLPrepare. If we create temp table with SQLPrepare temp table will be deleted after execute (statement lifetime)…
-
**Topic**
The purpose of this project is to help Mr. Mortensen manage his CSSE, CSP, and CSA classes more easily. It will help him keep track of student information, organize group assignments, and…
-
[Substrait](https://substrait.io/) describes itself as **Substrait: Cross-Language Serialization for Relational Algebra** and its vision is to:
> Create a well-defined, cross-language [specificatio…
-
PGSync version: 3.0.0
Postgres version: PostgreSQL 15.5 (AWS Aurora db.r7g.xlarge, with writer and reader nodes)
Elasticsearch/OpenSearch version: 2.1.1 (OpenSearch)
Redis version: 5.0.6 (ElastiCac…
-
-
Store a separate table with the users and their information. Right now we just have ranks, but this will allow us to add more properties, maybe making some users luckier than others based on certain b…
-
SQLite 3.37.0 added support for [STRICT tables](https://www.sqlite.org/stricttables.html) which codified a new column type name--`ANY`. We should review the places we use the column type name and make…
-
@cer Given the current event store design, we are relying on a known entityId in order to access event store. That means all command side actions must be started from query side and query side has to …
-
### Issues
- [X] I have checked [existing issues](https://github.com/vhyrro/neorg/issues?q=is%3Aissue) and there are no existing ones with the same request.
### Feature description
Part of th…