Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
PShowdown
/
Pokemon_server
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Pokemon_server
/
node_modules
/
mysql2
/
lib
/
constants
/
cursor.js
Jofthomas
Upload 4781 files
5c2ed06
verified
about 1 year ago
raw
Copy download link
history
blame
contribute
delete
102 Bytes
'use strict'
;
module
.
exports
= {
NO_CURSOR
:
0
,
READ_ONLY
:
1
,
FOR_UPDATE
:
2
,
SCROLLABLE
:
3
};