This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
unleash.unleash
Watch
1
Star
0
Fork
0
You've already forked unleash.unleash
mirror of
https://github.com/Unleash/unleash.git
synced
2025-01-31 00:16:47 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
f65afff6c1
unleash.unleash
/
src
/
lib
/
db
/
db.ts
4 lines
77 B
TypeScript
Raw
Normal View
History
Unescape
Escape
chore: Bump biome and configure husky (#6589) Upgrades biome to 1.6.1, and updates husky pre-commit hook. Most changes here are making type imports explicit.
2024-03-18 13:58:05 +01:00
import
type
{
Knex
}
from
'knex'
;
feat: allow every store to participate in transaction (#3016)
2023-01-30 09:02:44 +01:00
export
type
Db
=
Knex
|
Knex
.
Transaction
;
Reference in New Issue
Copy Permalink