Skip to content

frankschmitt/nim-plsqldeveloper-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PREREQUISITES

INSTALL DEPENDENCIES

= BUILD
nim c --app:lib .\nimplugin.nim

= INSTALL
cp nimplugin.dll c:\program files\plsql developer <version>\plugins\

= DEBUG
For debugging, you can use e.g. Python to check whether the DLL can be loaded successfully:

from ctypes import * print(cdll.nimplugin.IdentifyPlugin(7))

= RUN
```plsqldev.exe /debugplugins```
(this will create a file %appdata%/PLSQL Developer <version>/debug.txt containing helpful messages for debugging)

About

Sample plugin for PL/SQL Developer, written in Nim.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages