File tree Expand file tree Collapse file tree 11 files changed +0
-77
lines changed
Expand file tree Collapse file tree 11 files changed +0
-77
lines changed Original file line number Diff line number Diff line change 11'use strict'
2- /**
3- * Copyright (c) 2010-2017 Brian Carlson (brian.m.carlson@gmail.com)
4- * All rights reserved.
5- *
6- * This source code is licensed under the MIT license found in the
7- * README.md file in the root directory of this source tree.
8- */
92
103var EventEmitter = require ( 'events' ) . EventEmitter
114var util = require ( 'util' )
Original file line number Diff line number Diff line change 11'use strict'
2- /**
3- * Copyright (c) 2010-2017 Brian Carlson (brian.m.carlson@gmail.com)
4- * All rights reserved.
5- *
6- * This source code is licensed under the MIT license found in the
7- * README.md file in the root directory of this source tree.
8- */
92
103var dns = require ( 'dns' )
114
Original file line number Diff line number Diff line change 11'use strict'
2- /**
3- * Copyright (c) 2010-2017 Brian Carlson (brian.m.carlson@gmail.com)
4- * All rights reserved.
5- *
6- * This source code is licensed under the MIT license found in the
7- * README.md file in the root directory of this source tree.
8- */
92
103var net = require ( 'net' )
114var EventEmitter = require ( 'events' ) . EventEmitter
Original file line number Diff line number Diff line change 11'use strict'
2- /**
3- * Copyright (c) 2010-2017 Brian Carlson (brian.m.carlson@gmail.com)
4- * All rights reserved.
5- *
6- * This source code is licensed under the MIT license found in the
7- * README.md file in the root directory of this source tree.
8- */
92
103module . exports = {
114 // database host. defaults to localhost
Original file line number Diff line number Diff line change 11'use strict'
2- /**
3- * Copyright (c) 2010-2017 Brian Carlson (brian.m.carlson@gmail.com)
4- * All rights reserved.
5- *
6- * This source code is licensed under the MIT license found in the
7- * README.md file in the root directory of this source tree.
8- */
92
103var Client = require ( './client' )
114var defaults = require ( './defaults' )
Original file line number Diff line number Diff line change 11'use strict'
2- /**
3- * Copyright (c) 2010-2017 Brian Carlson (brian.m.carlson@gmail.com)
4- * All rights reserved.
5- *
6- * This source code is licensed under the MIT license found in the
7- * README.md file in the root directory of this source tree.
8- */
92
103// eslint-disable-next-line
114var Native = require ( 'pg-native' )
Original file line number Diff line number Diff line change 11'use strict'
2- /**
3- * Copyright (c) 2010-2017 Brian Carlson (brian.m.carlson@gmail.com)
4- * All rights reserved.
5- *
6- * This source code is licensed under the MIT license found in the
7- * README.md file in the root directory of this source tree.
8- */
92
103var EventEmitter = require ( 'events' ) . EventEmitter
114var util = require ( 'util' )
Original file line number Diff line number Diff line change 11'use strict'
2- /**
3- * Copyright (c) 2010-2017 Brian Carlson (brian.m.carlson@gmail.com)
4- * All rights reserved.
5- *
6- * This source code is licensed under the MIT license found in the
7- * README.md file in the root directory of this source tree.
8- */
92
103const { EventEmitter } = require ( 'events' )
114
Original file line number Diff line number Diff line change 11'use strict'
2- /**
3- * Copyright (c) 2010-2017 Brian Carlson (brian.m.carlson@gmail.com)
4- * All rights reserved.
5- *
6- * This source code is licensed under the MIT license found in the
7- * README.md file in the root directory of this source tree.
8- */
92
103var types = require ( 'pg-types' )
114
Original file line number Diff line number Diff line change 11'use strict'
2- /**
3- * Copyright (c) 2010-2017 Brian Carlson (brian.m.carlson@gmail.com)
4- * All rights reserved.
5- *
6- * This source code is licensed under the MIT license found in the
7- * README.md file in the root directory of this source tree.
8- */
92
103var types = require ( 'pg-types' )
114
You can’t perform that action at this time.
0 commit comments