-
### What version of `drizzle-orm` are you using?
0.27.0
### What version of `drizzle-kit` are you using?
0.19.3
### Describe the Bug
There's no protection against the `migrate` function…
-
Need to understand what configuration changes can exist in the backend. Right now the config only effects the frontend and the database. Database was discussed to be covered by updating the models and…
-
-
综合项目部署
=
Part 1: 部署vue前端项目
--
先讲手动流程,过一遍。
打开源代码,编译出部署文件。
```sh
yarn build
```
打包dist文件夹
```sh
tar zcvf dist.tar.gz ./dist
mv ./dist.tar.gz /d
```
上传dist压缩文件
```sh
scp /d/di…
-
**What happened**
I am unsure if this is a bug, or simply outside of the design scope and use-case for immudb: I was attempting to set up immudb as a Postgres database for Django - in an attempt …
-
I am wondering if it is possible to implement postgresql in ampache as alternative to mysql ?
One of the biggest reasons for me is that i have multiples services here running on postgresql and to g…
-
### First Check
- [X] I added a very descriptive title to this issue.
- [X] I used the GitHub search to find a similar issue and didn't find it.
- [X] I searched the SQLModel documentation, with the …
-
- [ ] Better CLI interface
- [ ] New web based interface
-
Commit b04ef3f2d70950829b8012046d701efaafd4fd40 of PR #87 by @g-tom introcduced a not null constraint on uuid column of all tables. This is generally an improvement to enforce a value. Unfortunately t…
toirl updated
7 years ago
-
```
What steps will reproduce the problem?
1. Put ELMAH in your MS-SQL DB (works fine btw)
2. Let NMG (nmg.codeplex.com) create the FluentNhibernate mappings for all
tables in your MS-SQL DB
3. Try t…