This website requires JavaScript.
Explore
Help
Sign In
tomas
/
pocketbase
Watch
1
Star
0
Fork
0
You've already forked pocketbase
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
8f6f87902a8c178e5af192cbd28f39c8cb322e3e
pocketbase
/
core
T
History
Gani Georgiev
012546e838
removed delete worker pool since it is no longer needed and changed the files delete operation to run in the background (will be replaced with job queue)
2023-01-12 15:34:56 +02:00
..
app.go
filter enhancements
2023-01-07 22:27:11 +02:00
base_settings_test.go
moved settings under models and added settings dao helpers
2022-11-26 14:42:45 +02:00
base_test.go
updated code comments and renamed async/sync db to concurrent/nonconcurrent db
2022-12-16 13:07:58 +02:00
base.go
removed delete worker pool since it is no longer needed and changed the files delete operation to run in the background (will be replaced with job queue)
2023-01-12 15:34:56 +02:00
db_cgo.go
added split (sync and async) db connections pool
2022-12-15 16:42:35 +02:00
db_nocgo.go
added split (sync and async) db connections pool
2022-12-15 16:42:35 +02:00
db.go
added split (sync and async) db connections pool
2022-12-15 16:42:35 +02:00
events.go
[
#468
] added record auth verification, password reset and email change request event hooks
2022-12-03 14:50:12 +02:00