Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a page for Javascript #35

Open
petdance opened this issue Jul 19, 2012 · 4 comments
Open

Add a page for Javascript #35

petdance opened this issue Jul 19, 2012 · 4 comments
Labels

Comments

@petdance
Copy link
Owner

HTML 5 has localstorage and SQL database functionality that lets you write Javascript code that will be susceptible to the same pitfalls as any other language.

@adrianblynch
Copy link

The same is true of Node. Only you'd be using an SQL module of some sort, so maybe sub sections of DBs would be needed.

@ethanherbertson
Copy link

The pattern for parameterized queries in Oracle's node driver is

db.execute(
    'SELECT name FROM employee WHERE manager = :manager_id AND branch = :loc_id',
    {manager_id: 1234, loc_id: 5678}
);

@petdance
Copy link
Owner Author

petdance commented Jun 13, 2018

I started an issue #83 for doing a Node page. I think that Node is different enough from client-side JS and localstorage that they should be separate.

@ethanherbertson Would you be able/willing to put together a quick intro to Node?

@zspitz
Copy link
Contributor

zspitz commented Sep 13, 2018

The Javascript page should also perhaps have a note about the data access libraries available when Javascript is hosted in Microsoft scripting hosts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants