-
Well, I've tested `--live-reload` on my current project. And I think I mostly like this feature :-) It mostly works as expected.
But: I am using a sqlite3 database (with the Django ORM). This means…
-
The search feature is going to be implemented in steps.
### First step
The first step will accept **one** keyword, that'll be searched inside package names and summaries, case-insensitively.
…
-
## **I have compatibility problems when using sqlcipher with sqlite_orm**
![image](https://github.com/fnc12/sqlite_orm/assets/47233058/59b0316c-73ab-4549-9a87-faeeede3bf5d)
## **When dealing wit…
DeHby updated
6 months ago
-
I'd like to be able to get some debug output of what's actually being sent to the database, especially when using an ORM like Dapper. I suspect you could add some strategic Trace.Write calls before ca…
ghost updated
10 months ago
-
Hi,
when opening MoBi (downloaded [here](https://github.com/Open-Systems-Pharmacology/Suite/releases/tag/v11.3)) tabs "modelling", "parameter indentification & Sensitivity", "Working Journal", "Imp…
-
Hey,
thank you for your cool library @fnc12.
Does sqlite_orm support the attach database feature of sqlite3? It don't seem to find any reference regarding that one in the code. It is explained t…
-
Hi, I'm running node 6.9.1 and having quite a lot of problems with it.
First, let me tell that gulp, gulp-babel, babel-core dependencies are missing from package.json.
After you install it can …
-
Thinking about using `better-sqlite3` for SQLite database, mainly for supporting 64bit Integers. Their benchmark looks great as well
https://github.com/JoshuaWise/better-sqlite3/issues/262
-
This package is using a the version `3.30.1` from sqlite3 which doesn't support `RETURNING` that a lot of `orms` use when creating new record in the database, I tried forking the package and using the…
-
### Description
Export a catalogue to json (about 100k events)
import the catalog from that json file
the import takes forever (much longer than the creation) and eventually crashes
log :
`…