Python autocomplete module

D

dusans

Is there a python module to make autocomplete suggestion easy.

I would build an api reference as a string:


CATALOG1.SCHEME1.TABLE1.column1
CATALOG1.SCHEME1.TABLE1.column2
CATALOG1.SCHEME1.TABLE1.column3
..
..
CATALOG10.SCHEME10.TABLE100.column1
CATALOG10.SCHEME10.TABLE100.column2
CATALOG10.SCHEME10.TABLE100.column3

And when the user types and want suggestions he would get a nice list.

Example: I trype "CATALOG10.SCHEME10." then i request autocomplete and
it would return the tables in the specified scheme.

Tnx
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,994
Messages
2,570,223
Members
46,810
Latest member
Kassie0918

Latest Threads

Top