We are going to develop auto complete enabled SQL Query editor based on codemirror and Chrome Devel tool ,We should make a autocomplete part like chrome's developer console .Databases, tables, columns (Just the names) must stored temporally when SQL editor is open because making request for every suggestion is not good for quick suggestion and for the developers it will not help if it have a delay , After the successful execution of a SQL query we can wipe the temporary memory .
No comments:
Post a Comment