gin icon indicating copy to clipboard operation
gin copied to clipboard

Code understanding: How postgresql connection is created?

Open d9k opened this issue 7 years ago • 0 comments

Hello, @ostinelli! I'm exploring your gin project code to create database management tools on top of your code (see open source project https://bitbucket.org/d9kd9k/db_tools). I hope MIT license you've chosen (https://github.com/ostinelli/gin/blob/master/LICENSE.md) allows reuse of your code?

I can't find how is postgresql connection created in non-detached postgresql adapter (file gin/db/sql/postgresql/adapter.lua). I don't need non-detached adapter for my project, but I'm curious.

d9k avatar Mar 19 '18 11:03 d9k